diff options
author | Björn Baumbach <bb@sernet.de> | 2011-04-11 10:27:58 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-04-11 11:48:42 +0200 |
commit | e6cf92c574fba14132757f141d8b1242fa71be88 (patch) | |
tree | c7825606ea353399b75c7f22a9439fd5c93802a7 | |
parent | af45636166c7a0cb87630105d18ce489e7391525 (diff) | |
download | samba-e6cf92c574fba14132757f141d8b1242fa71be88.tar.gz samba-e6cf92c574fba14132757f141d8b1242fa71be88.tar.bz2 samba-e6cf92c574fba14132757f141d8b1242fa71be88.zip |
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
-rw-r--r-- | source3/modules/vfs_acl_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c index ea41fbb8e9..5edcb4bc06 100644 --- a/source3/modules/vfs_acl_common.c +++ b/source3/modules/vfs_acl_common.c @@ -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, |