]> arthur.barton.de Git - netatalk.git/commitdiff
rights was removed in warnings cleanup
authorRalph Boehme <sloowfranklin@gmail.com>
Thu, 3 Jan 2013 12:44:59 +0000 (13:44 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Thu, 3 Jan 2013 12:44:59 +0000 (13:44 +0100)
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);