The Samba-Bugzilla – Attachment 8194 Details for
Bug 9385
add missing newline in the output of ldb_ldif_write_trace()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patches cherry-picked from master for missing newline
0001-lib-ldb-add-missing-newline-in-the-output-of-ldb_ldi.patch (text/plain), 1.14 KB, created by
Andrew Bartlett
on 2012-11-14 22:31:19 UTC
(
hide
)
Description:
Patches cherry-picked from master for missing newline
Filename:
MIME Type:
Creator:
Andrew Bartlett
Created:
2012-11-14 22:31:19 UTC
Size:
1.14 KB
patch
obsolete
>From 35b74930e0d41332ebc7f923a92b772296d4ad94 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Mon, 12 Nov 2012 11:42:52 +0100 >Subject: [PATCH] lib/ldb: add missing newline in the output of > ldb_ldif_write_trace() > >Signed-off-by: Stefan Metzmacher <metze@samba.org> > >Reviewed-by: Andrew Bartlett <abartlet@samba.org> > >Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> >Autobuild-Date(master): Tue Nov 13 13:53:31 CET 2012 on sn-devel-104 >--- > lib/ldb/common/ldb_ldif.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/lib/ldb/common/ldb_ldif.c b/lib/ldb/common/ldb_ldif.c >index 419906b..a2e4488 100644 >--- a/lib/ldb/common/ldb_ldif.c >+++ b/lib/ldb/common/ldb_ldif.c >@@ -333,7 +333,7 @@ static int ldb_ldif_write_trace(struct ldb_context *ldb, > > if (in_trace && secret_attributes && ldb_attr_in_list(secret_attributes, msg->elements[i].name)) { > /* Deliberatly skip printing this password */ >- ret = fprintf_fn(private_data, "# %s::: REDACTED SECRET ATTRIBUTE", >+ ret = fprintf_fn(private_data, "# %s::: REDACTED SECRET ATTRIBUTE\n", > msg->elements[i].name); > CHECK_RET; > continue; >-- >1.7.11.7 >
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:
abartlet
:
review+
metze
:
review+
Actions:
View
Attachments on
bug 9385
: 8194