s3:smbd:vfs_acl: fix a PANIC when setting an ACL fails with ACCESS_DENIED
authorMichael Adam <obnox@samba.org>
Tue, 4 Dec 2012 01:02:07 +0000 (02:02 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Dec 2012 07:16:16 +0000 (08:16 +0100)
commit7a0cf3b8edf2f77d77360dbca76c7200de10f393
treecf2d34a28de3dcd1a85679e293561edecc36cfd9
parent61e8b80c85bf114da7f1d3dadfc2207564f5fbaa
s3:smbd:vfs_acl: fix a PANIC when setting an ACL fails with ACCESS_DENIED

Omission to free the talloc frame causes a panic (at least in developer mode)
in the next main event loop due to "Frame not freed in order."
(Freed frame ../source3/smbd/process.c:3617, expected ../source3/modules/vfs_acl_common.c:534.)

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/modules/vfs_acl_common.c