On Wed, 2011-02-02 at 15:40 +0100, Ondrej Valousek wrote:
> Hi Ian,
>
> Did you have any chance to take a look at this patch yet?
Yes, and replied on the 11/01, did you miss it?
> 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
> > [email protected]
> > http://linux.kernel.org/mailman/listinfo/autofs
>
> _______________________________________________
> autofs mailing list
> [email protected]
> http://linux.kernel.org/mailman/listinfo/autofs
_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs