]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_options.c
Missing semicolon and disabling of creatdir_inherit_acl
[netatalk.git] / etc / afpd / afp_options.c
index e8fe6c82234cc299edf5791b76502f26ef93b9c9..e20adc4096ebe1a33d57480cb7fc0d7a731ff5ca 100644 (file)
@@ -249,7 +249,7 @@ int afp_options_parseline(char *buf, struct afp_options *options)
     if (strstr(buf, " -noacl2maccess"))
         options->flags &= ~OPTION_ACL2MACCESS;
     if (strstr(buf, " -nouuid"))
-        options->flags &= ~OPTION_UUID
+        options->flags &= ~OPTION_UUID;
 
     /* passwd bits */
     if (strstr(buf, " -nosavepassword"))