From 9e126852a6912e545641a506491f425a987e3b80 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 6 Dec 2019 18:15:16 +1300 Subject: [PATCH] repl_meta_data: Do not set *rename = true unless there has been a conflict on the incoming DN The normal case of a partner-sent rename is not a cause for updating the replPropertyMetaData Signed-off-by: Andrew Bartlett --- source4/dsdb/samdb/ldb_modules/repl_meta_data.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index 3daac119741..e675a8b3ede 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -5907,7 +5907,6 @@ static int replmd_replicated_handle_rename(struct replmd_replicated_request *ar, DSDB_FLAG_NEXT_MODULE, ar->req); if (ret == LDB_SUCCESS) { talloc_free(tmp_ctx); - *renamed = true; return ret; } -- 2.34.1