From: Jeremy Allison Date: Thu, 6 Nov 2008 09:01:01 +0000 (-0800) Subject: Only one more issue with NULL ACL test left to solve. X-Git-Tag: samba-4.0.0alpha6~480^2~252^2~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4af3c2830ab61e2c93faf41a7472d6132687c7c3;p=thirdparty%2Fsamba.git Only one more issue with NULL ACL test left to solve. Jeremy. --- diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c index 1619de4fd24..9d9ea013753 100644 --- a/source3/modules/vfs_acl_xattr.c +++ b/source3/modules/vfs_acl_xattr.c @@ -74,7 +74,7 @@ static NTSTATUS parse_acl_blob(const DATA_BLOB *pblob, } #endif - *ppdesc = make_sec_desc(ctx, SEC_DESC_REVISION, SEC_DESC_SELF_RELATIVE, + *ppdesc = make_sec_desc(ctx, SEC_DESC_REVISION, xacl.info.sd_ts->sd->type | SEC_DESC_SELF_RELATIVE, (security_info & OWNER_SECURITY_INFORMATION) ? xacl.info.sd_ts->sd->owner_sid : NULL, (security_info & GROUP_SECURITY_INFORMATION)