From 1eb6feb04229031c4110bb162938f180c255b4f6 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 11 Feb 2016 16:00:55 +0000 Subject: [PATCH] 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 Reviewed-by: Uri Simchoni Reviewed-by: Amitay Isaacs (cherry picked from commit c4cd56c484c4edd8f271524bdd8e97a9e52116e6) --- libcli/security/secdesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcli/security/secdesc.c b/libcli/security/secdesc.c index bbad8a3..6e20e90 100644 --- a/libcli/security/secdesc.c +++ b/libcli/security/secdesc.c @@ -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)); -- 2.5.0