From e6cf92c574fba14132757f141d8b1242fa71be88 Mon Sep 17 00:00:00 2001 From: Björn Baumbach Date: Mon, 11 Apr 2011 10:27:58 +0200 Subject: s3-modules: Fix debug message Print child descriptor instead of parent. Signed-off-by: Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Mon Apr 11 11:48:42 CEST 2011 on sn-devel-104 --- source3/modules/vfs_acl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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, -- cgit