1
0
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:
Jeremy Allison 2012-07-17 10:04:03 -07:00
parent 2d1334e992
commit 254e8c46c4

View File

@ -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;