]> arthur.barton.de Git - netatalk.git/commitdiff
revert previous change, was 100% wrong.
authordidg <didg>
Tue, 28 Sep 2004 11:34:02 +0000 (11:34 +0000)
committerdidg <didg>
Tue, 28 Sep 2004 11:34:02 +0000 (11:34 +0000)
etc/afpd/afp_options.c

index 75e20d0486ec247b3b5d1f2c875ce6cedffd245e..32d6edc75c87d976b698da3530aaf98b5d8fb108 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: afp_options.c,v 1.30.2.2.2.9 2004-09-28 11:26:53 didg Exp $
+ * $Id: afp_options.c,v 1.30.2.2.2.10 2004-09-28 11:34:02 didg Exp $
  *
  * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu)
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
@@ -78,7 +78,7 @@ static char *getoption(char *buf, const char *option)
     int len;
 
     if (option && (buf = strstr(buf, option)))
-        buf = strpbrk(buf, " \t\n");
+        buf = strpbrk(buf, " \t");
 
     while (buf && isspace(*buf))
         buf++;