From: Ondrej Valousek <webserv@s3group.cz>
To: autofs@linux.kernel.org
Subject: Re: autofs misbehaves when DNS RRs returns more ldap servers
Date: Wed, 02 Feb 2011 15:40:57 +0100 [thread overview]
Message-ID: <4D496CF9.5040001@s3group.cz> (raw)
In-Reply-To: <4D27115A.9010805@s3group.cz>
[-- Attachment #1.1: Type: text/plain, Size: 798 bytes --]
Hi Ian,
Did you have any chance to take a look at this patch yet?
Thanks,
Ondrej
On 07.01.2011 14:12, Ondrej Valousek wrote:
> On 06.01.2011 15:07, Ian Kent wrote:
>> Thanks for the suggestions.
>> I'm still on leave so things are still going slowly for now, but I'll
>> get to it.
> Hi Ian,
>
> Please find the attached patch which fixes the problem for me.
> I also changed the "dclist" structure definition from:
>
> struct dclist {
> time_t expire;
> const char *uri;
> };
>
> into:
>
> struct dclist {
> time_t expire;
> char **uri;
> int cnt;
> };
>
> Hope you'll find it useful :-) .
> Ondrej
>
>
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs
[-- Attachment #1.2: Type: text/html, Size: 1911 bytes --]
[-- Attachment #2: Type: text/plain, Size: 140 bytes --]
_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs
next prev parent reply other threads:[~2011-02-02 14:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-27 12:36 autofs misbehaves when DNS RRs returns more ldap servers Ondrej Valousek
2010-12-28 2:24 ` Ian Kent
2011-01-03 10:14 ` Ondrej Valousek
2011-01-06 7:09 ` Ian Kent
2011-01-06 8:48 ` Ondrej Valousek
2011-01-06 14:07 ` Ian Kent
2011-01-07 13:12 ` Ondrej Valousek
2011-01-11 6:32 ` Ian Kent
2011-02-02 14:40 ` Ondrej Valousek [this message]
2011-02-08 3:56 ` Ian Kent
2011-02-08 9:16 ` Ondrej Valousek
2011-02-09 3:50 ` Ian Kent
2011-02-09 14:57 ` Wolfe, Allan
2011-02-09 16:40 ` Ondrej Valousek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D496CF9.5040001@s3group.cz \
--to=webserv@s3group.cz \
--cc=autofs@linux.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.