]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4/dsdb/repl_meta_data: Receive function arguments in correct order
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 15 Feb 2022 23:10:19 +0000 (12:10 +1300)
committerJeremy Allison <jra@samba.org>
Mon, 2 May 2022 19:13:31 +0000 (19:13 +0000)
The incorrect ordering was introduced in commit
b9c5417b523c4c53cb275c12ec84bbc849705bec.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15007

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/dsdb/samdb/ldb_modules/repl_meta_data.c

index 1aef120a1230a1c68a37e5c74d1759a13c7e66bc..4949e691a86792304d4642291d6a2796c988dbd5 100644 (file)
@@ -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)
 {