[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Fri Sep 2 11:55:04 UTC 2016


The branch, master has been updated
       via  a7735be kcc: Fix a -Werror,-Wformat-security error
      from  3430c6a s4-dsdb: Change debug level for replication

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a7735bedd5b2111fa036625738e5831651eb2007
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Sep 2 09:17:33 2016 +0200

    kcc: Fix a -Werror,-Wformat-security error
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Fri Sep  2 13:54:45 CEST 2016 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source4/dsdb/kcc/garbage_collect_tombstones.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/kcc/garbage_collect_tombstones.c b/source4/dsdb/kcc/garbage_collect_tombstones.c
index 8d8a51f..8d2ea8b 100644
--- a/source4/dsdb/kcc/garbage_collect_tombstones.c
+++ b/source4/dsdb/kcc/garbage_collect_tombstones.c
@@ -149,7 +149,7 @@ NTSTATUS dsdb_garbage_collect_tombstones(TALLOC_CTX *mem_ctx,
 			DSDB_SEARCH_SHOW_DN_IN_STORAGE_FORMAT |
 			DSDB_SEARCH_REVEAL_INTERNALS;
 		ret = dsdb_search(samdb, tmp_ctx, &res, part->dn, LDB_SCOPE_SUBTREE,
-				  attrs, flags, filter);
+				  attrs, flags, "%s", filter);
 
 		if (ret != LDB_SUCCESS) {
 			*error_string = talloc_asprintf(mem_ctx, "Failed to search for deleted objects in %s: %s",


-- 
Samba Shared Repository



More information about the samba-cvs mailing list