From: Joseph Sutton Date: Tue, 15 Feb 2022 23:10:19 +0000 (+1300) Subject: s4/dsdb/repl_meta_data: Receive function arguments in correct order X-Git-Tag: talloc-2.3.4~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e2cc5eda84cc9fc7395b86e0908e88c72a320dc;p=thirdparty%2Fsamba.git s4/dsdb/repl_meta_data: Receive function arguments in correct order The incorrect ordering was introduced in commit b9c5417b523c4c53cb275c12ec84bbc849705bec. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15007 Signed-off-by: Joseph Sutton Reviewed-by: Jeremy Allison --- diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index 1aef120a123..4949e691a86 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -8152,8 +8152,8 @@ static int replmd_process_linked_attribute(struct ldb_module *module, const struct dsdb_attribute *attr, struct la_entry *la_entry, struct ldb_request *parent, - struct ldb_message_element *old_el, TALLOC_CTX *element_ctx, + struct ldb_message_element *old_el, struct parsed_dn *pdn_list, replmd_link_changed *change) {