The Samba-Bugzilla – Attachment 6398 Details for
Bug 8074
wrong debug message in modules/vfs_acl_common.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
0001-s3-modules-Fix-debug-message-bug-8074.patch (text/plain), 1.17 KB, created by
Björn Baumbach
on 2011-04-11 10:04:17 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Björn Baumbach
Created:
2011-04-11 10:04:17 UTC
Size:
1.17 KB
patch
obsolete
>From 128a24edb4ac70ca418d21a8d036722cb6a9c1da Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= <bb@sernet.de> >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 <metze@samba.org> > >Autobuild-User: Stefan Metzmacher <metze@samba.org> >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
metze
:
review+
bbaumbach
:
review+
Actions:
View
Attachments on
bug 8074
: 6398