mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
libcli: Fix debug message, print sid string for new_ace trustee.
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Uri Simchoni <uri@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
2267faddfa
commit
c4cd56c484
@ -567,7 +567,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…
Reference in New Issue
Block a user