From: Andrew Bartlett Date: Fri, 6 Dec 2019 04:55:13 +0000 (+1300) Subject: repl_meta_data: Add comment explaining what is being renamed after the conflict is... X-Git-Tag: samba-4.12.0rc1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512ea17983e7cca78778d493c75b4401a438dfbb;p=thirdparty%2Fsamba.git repl_meta_data: Add comment explaining what is being renamed after the conflict is resolved Signed-off-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index d7a157a8e9b..3daac119741 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -6007,7 +6007,10 @@ static int replmd_replicated_handle_rename(struct replmd_replicated_request *ar, ldb_dn_get_linearized(ar->search_msg->dn), ldb_dn_get_linearized(msg->dn))); - + /* + * With the other record out of the way, do the rename we had + * at the top again + */ ret = dsdb_module_rename(ar->module, ar->search_msg->dn, msg->dn, DSDB_FLAG_NEXT_MODULE, ar->req); if (ret != LDB_SUCCESS) {