s3:modules:nfs4_acls fix memory hierarchy in smb_create_smb4acl
authorChristian Ambach <ambi@samba.org>
Mon, 5 Nov 2012 17:47:01 +0000 (18:47 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 16 Nov 2012 22:28:21 +0000 (23:28 +0100)
commitc9d70740e39722a2f98ccd932b053723a4f3de62
treef9fe597c6ec9c101d2f43f216fe6bce0cbb2a5a2
parent775d0a78c496af8ddbde9eb0f8c2f6d5dc5bcc81
s3:modules:nfs4_acls fix memory hierarchy in smb_create_smb4acl

the ACEs should be talloc children of the ACL itself and not be placed on talloc_tos()

Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/modules/nfs4_acls.c