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

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

Reply via email to