X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fafp_options.c;h=e20adc4096ebe1a33d57480cb7fc0d7a731ff5ca;hb=6dd8290ee6ab7cc5898bc001cc8ee4fe9403643b;hp=e8fe6c82234cc299edf5791b76502f26ef93b9c9;hpb=e122b0d9096580ea5bfa3d46ab340af26b9a9830;p=netatalk.git diff --git a/etc/afpd/afp_options.c b/etc/afpd/afp_options.c index e8fe6c82..e20adc40 100644 --- a/etc/afpd/afp_options.c +++ b/etc/afpd/afp_options.c @@ -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"))