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.
_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs