mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3-modules: Fix debug message
Print child descriptor instead of parent. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Apr 11 11:48:42 CEST 2011 on sn-devel-104
This commit is contained in:
parent
af45636166
commit
e6cf92c574
@ -474,7 +474,7 @@ static NTSTATUS inherit_new_acl(vfs_handle_struct *handle,
|
||||
if (DEBUGLEVEL >= 10) {
|
||||
DEBUG(10,("inherit_new_acl: child acl for %s is:\n",
|
||||
fsp_str_dbg(fsp) ));
|
||||
NDR_PRINT_DEBUG(security_descriptor, parent_desc);
|
||||
NDR_PRINT_DEBUG(security_descriptor, psd);
|
||||
}
|
||||
|
||||
return SMB_VFS_FSET_NT_ACL(fsp,
|
||||
|
Loading…
Reference in New Issue
Block a user