The Samba-Bugzilla – Attachment 11843 Details for
Bug 11738
Wrong debug print in se_create_child_secdesc()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 4.4.next and 4.3.next
dbg.patch (text/plain), 1.09 KB, created by
Uri Simchoni
on 2016-02-16 18:40:57 UTC
(
hide
)
Description:
git-am fix for 4.4.next and 4.3.next
Filename:
MIME Type:
Creator:
Uri Simchoni
Created:
2016-02-16 18:40:57 UTC
Size:
1.09 KB
patch
obsolete
>From 1eb6feb04229031c4110bb162938f180c255b4f6 Mon Sep 17 00:00:00 2001 >From: Noel Power <noel.power@suse.com> >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 <noel.power@suse.com> >Reviewed-by: Uri Simchoni <uri@samba.org> >Reviewed-by: Amitay Isaacs <amitay@gmail.com> >(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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
amitay
:
review+
Actions:
View
Attachments on
bug 11738
: 11843