From 128a24edb4ac70ca418d21a8d036722cb6a9c1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= Date: Mon, 11 Apr 2011 10:27:58 +0200 Subject: [PATCH] s3-modules: Fix debug message (bug #8074) 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 (cherry picked from commit e6cf92c574fba14132757f141d8b1242fa71be88) (cherry picked from commit 42ad7630259829f1c40d9d0fcf5376fa007568a3) --- 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 f1884f5..eee322d 100644 --- a/source3/modules/vfs_acl_common.c +++ b/source3/modules/vfs_acl_common.c @@ -469,7 +469,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, -- 1.7.3.4