mirror of
https://github.com/samba-team/samba.git
synced 2025-03-19 18:50:24 +03:00
libcli: Fix debug message, print sid string for new_ace trustee.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11738 Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Uri Simchoni <uri@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com> (cherry picked from commit c4cd56c484c4edd8f271524bdd8e97a9e52116e6)
This commit is contained in:
parent
150d1f6bde
commit
80a845393e
@ -586,7 +586,7 @@ NTSTATUS se_create_child_secdesc(TALLOC_CTX *ctx,
|
||||
" inherited as %s:%d/0x%02x/0x%08x\n",
|
||||
dom_sid_string(frame, &ace->trustee),
|
||||
ace->type, ace->flags, ace->access_mask,
|
||||
dom_sid_string(frame, &ace->trustee),
|
||||
dom_sid_string(frame, &new_ace->trustee),
|
||||
new_ace->type, new_ace->flags,
|
||||
new_ace->access_mask));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user