]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/acls.c
rights was removed in warnings cleanup
[netatalk.git] / etc / afpd / acls.c
index 5cab99fe2c68111087776d8b337ab27c758f79ef..55a1e3aea4262d53ee7dfbd62c1149f10af59f6c 100644 (file)
@@ -1736,6 +1736,7 @@ int acltoownermode(const AFPObj *obj, const struct vol *vol, char *path, struct
         getcwdpath(), path, ma->ma_user);
 
 #ifdef HAVE_SOLARIS_ACLS
+    uint32_t rights = 0;
     EC_ZERO_LOG(solaris_acl_rights(obj, path, st, &rights));
 
     LOG(log_maxdebug, logtype_afpd, "rights: 0x%08x", rights);