On Thu, 10 Mar 2005, atlantos41 wrote:

> On Sunday 06 March 2005 05:10, [EMAIL PROTECTED] wrote:
> > Could you try this patch for me please.
> >
> > Ian
> >
> > --- autofs-4.1.4_beta2/modules/lookup_file.c.char-compare   2005-03-06
> > 11:06:19.000000000 +0800 +++
> > autofs-4.1.4_beta2/modules/lookup_file.c    2005-03-06 11:06:57.000000000
> > +0800 @@ -147,7 +147,7 @@
> >                             else if (ch == '*') {
> >                                     state = st_star;
> >                                     *(kptr++) = ch;
> > -                           } else if (isprint((char) ch)) {
> > +                           } else if (!iscntrl((char) ch)) {
> >                                     state = st_compare;
> >                                     *(kptr++) = ch;
> >                             }
> 
> 
> I've tried your patch and there are no difference - autofs continue to fail 
> on mount as before.
> 

OK. I'll look a bit further.

You did mention that autofs 3.1.7 did not have this problem correct?
Did you ever try autofs 4.0.0?

Would you be willing to use the "--debug" option on one of your master map 
entries and send me the log?

Ian

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

Reply via email to