X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Facls.c;fp=etc%2Fafpd%2Facls.c;h=55a1e3aea4262d53ee7dfbd62c1149f10af59f6c;hp=5cab99fe2c68111087776d8b337ab27c758f79ef;hb=8f261a8e2af6dd60b124ae8dfd02c1300c427474;hpb=042dcb4dca04c526463a98c0c07a15608911d42f diff --git a/etc/afpd/acls.c b/etc/afpd/acls.c index 5cab99fe..55a1e3ae 100644 --- a/etc/afpd/acls.c +++ b/etc/afpd/acls.c @@ -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);