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.


snip ...


I've tried your patch and there are no difference - autofs continue to fail on mount as before.


Could you try this one please?

--- autofs-4.1.3/modules/lookup_file.c.wide_char        2005-03-27 
10:47:16.000000000 +0800
+++ autofs-4.1.3/modules/lookup_file.c  2005-03-27 10:48:32.000000000 +0800
@@ -148,7 +148,7 @@ static int read_one(FILE *f, char *key,
                                else if (ch == '*') {
                                        state = st_star;
                                        *(kptr++) = ch;
-                               } else if (isprint((char) ch)) {
+                               } else {
                                        state = st_compare;
                                        *(kptr++) = ch;
                                }
@@ -164,7 +164,7 @@ static int read_one(FILE *f, char *key,
                                getting = got_real;
                                state = st_entspc;
                        } else if (escape == esc_char);
-                       else if (isprint((char) ch))
+                       else
                                *(kptr++) = ch;
                        break;

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

Reply via email to