diff options
author | Jeremy Allison <jra@samba.org> | 2012-07-17 10:04:03 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-07-17 10:04:03 -0700 |
commit | 254e8c46c432ec0540181a62ad71c08dd119e380 (patch) | |
tree | c3b9d819480a9ca047e8aa623a6fe0a59c4b962b /source3/modules | |
parent | 2d1334e9924a0d37afa01fc302e76dad6564c197 (diff) | |
download | samba-254e8c46c432ec0540181a62ad71c08dd119e380.tar.gz samba-254e8c46c432ec0540181a62ad71c08dd119e380.tar.bz2 samba-254e8c46c432ec0540181a62ad71c08dd119e380.zip |
Add debug message when SD hash doesn't match.
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_acl_common.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c index c7bce5710a..a3d53a1345 100644 --- a/source3/modules/vfs_acl_common.c +++ b/source3/modules/vfs_acl_common.c @@ -370,6 +370,11 @@ static NTSTATUS get_nt_acl_internal(vfs_handle_struct *handle, } /* Hash doesn't match, return underlying sd. */ + DEBUG(10, ("get_nt_acl_internal: blob hash " + "does not match for file %s - returning " + "file system SD mapping.\n", + name )); + TALLOC_FREE(psd); psd = pdesc_next; |