summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-12-06 18:15:16 +1300
committerKarolin Seeger <kseeger@samba.org>2020-01-21 10:11:39 +0000
commit9e126852a6912e545641a506491f425a987e3b80 (patch)
tree7e67f7e200c436f9a1628480f0011027baabbe83 /source4
parent512ea17983e7cca78778d493c75b4401a438dfbb (diff)
downloadsamba-9e126852a6912e545641a506491f425a987e3b80.tar.gz
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 <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/samdb/ldb_modules/repl_meta_data.c1
1 files changed, 0 insertions, 1 deletions
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;
}