mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Add debug message when SD hash doesn't match.
This commit is contained in:
parent
2d1334e992
commit
254e8c46c4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user