[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4339-g5b2d6d5

Jeremy Allison jra at samba.org
Thu Nov 6 09:01:57 GMT 2008


The branch, v3-3-test has been updated
       via  5b2d6d5d3615c90b5b73b4d9db69c48b40b367b2 (commit)
      from  687cb150e2a2f7b3616625718ac5b8f67086ad77 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 5b2d6d5d3615c90b5b73b4d9db69c48b40b367b2
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Nov 6 01:01:26 2008 -0800

    Only one more issue with NULL ACL test left to solve.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/modules/vfs_acl_xattr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_acl_xattr.c b/source/modules/vfs_acl_xattr.c
index 2fa18e5..a5fa6b0 100644
--- a/source/modules/vfs_acl_xattr.c
+++ b/source/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)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list