]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/acls.c
Rename option acl2os9mode to acl2uarights
[netatalk.git] / etc / afpd / acls.c
index d121e4d83ae95b9c24526d1508eba156a5586295..3cb3de4a7b67f706bff7a3d1a4deb56ddad82ee1 100644 (file)
@@ -1340,7 +1340,7 @@ void acltoownermode(char *path, struct stat *st, uid_t uid, struct maccess *ma)
     atalk_uuid_t uuid;
     int r_ok, w_ok, x_ok;
 
-    if ( ! (AFPobj->options.flags & OPTION_UUID) || ! (AFPobj->options.flags & OPTION_ACL2OS9MODE))
+    if ( ! (AFPobj->options.flags & OPTION_UUID) || ! (AFPobj->options.flags & OPTION_ACL2UARIGHTS))
         return;
 
     LOG(log_maxdebug, logtype_afpd, "acltoownermode('%s')", path);