On Fri, 2011-01-07 at 14:12 +0100, 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 :-) .

Sorry I didn't get onto this earlier.
I could have saved you quite a bit of time.

Now that I've had a look I see I've already worked on this problem.
See:
http://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-5.0.5-check-each-dc-server.patch

Ian




_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to