Bug 8074 - wrong debug message in modules/vfs_acl_common.c
Summary: wrong debug message in modules/vfs_acl_common.c
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: VFS Modules (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-11 09:59 UTC by Björn Baumbach
Modified: 2013-01-24 10:21 UTC (History)
0 users

See Also:


Attachments
fix (1.17 KB, patch)
2011-04-11 10:04 UTC, Björn Baumbach
metze: review+
bbaumbach: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Baumbach 2011-04-11 09:59:54 UTC
inherit_new_acl() prints the parent descriptor instead of mentioned child descriptor.

DEBUG(10,("inherit_new_acl: child acl for %s is:\n",
           fsp_str_dbg(fsp) ));
NDR_PRINT_DEBUG(security_descriptor, parent_desc);
Comment 1 Björn Baumbach 2011-04-11 10:04:17 UTC
Created attachment 6398 [details]
fix
Comment 2 Stefan Metzmacher 2011-04-11 10:17:07 UTC
Comment on attachment 6398 [details]
fix

Looks, good.
Jeremy please assign to Karolin if you're happy with the patch
Comment 3 Jeremy Allison 2011-04-11 16:34:39 UTC
Re-assigning to Karolin for inclusion in 3.5.next.

Great catch of cut-and-paste'd code, thanks !

Jeremy.
Comment 4 Karolin Seeger 2011-04-11 17:48:36 UTC
Pushed to v3-5-test.
Closing out bug report.

Thanks!
Comment 5 Björn Baumbach 2013-01-24 10:21:28 UTC
Comment on attachment 6398 [details]
fix

 Jeremy Allison 2011-04-11 16:34:39 UTC:

Great catch of cut-and-paste'd code, thanks !