The Samba-Bugzilla – Attachment 17202 Details for
Bug 15007
replmd_process_linked_attribute() receives its arguments in the wrong order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for master
bug_15007.patch (text/plain), 1.21 KB, created by
Jennifer Sutton
on 2022-03-11 01:34:41 UTC
(
hide
)
Description:
patch for master
Filename:
MIME Type:
Creator:
Jennifer Sutton
Created:
2022-03-11 01:34:41 UTC
Size:
1.21 KB
patch
obsolete
>From 789f5b6f309dcc070fb5cdfbc39baaa5a2197586 Mon Sep 17 00:00:00 2001 >From: Joseph Sutton <josephsutton@catalyst.net.nz> >Date: Wed, 16 Feb 2022 12:10:19 +1300 >Subject: [PATCH] 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 <josephsutton@catalyst.net.nz> >--- > source4/dsdb/samdb/ldb_modules/repl_meta_data.c | 2 +- > 1 file changed, 1 insertion(+), 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 d3baf3ae7dd..3924375c971 100644 >--- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c >+++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c >@@ -8143,8 +8143,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) > { >-- >2.35.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15007
: 17202