mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
ITS#10360 delta MPR: internal search should use logDB's rootDN
This commit is contained in:
parent
dcd60d1d0a
commit
6e559efd85
1 changed files with 2 additions and 0 deletions
|
|
@ -2997,6 +2997,8 @@ syncrepl_op_modify( Operation *op, SlapReply *rs )
|
|||
|
||||
op2.o_callback = &cb;
|
||||
op2.o_bd = select_backend( &op2.o_req_ndn, 1 );
|
||||
op2.o_dn = op2.o_bd->be_rootdn;
|
||||
op2.o_ndn = op2.o_bd->be_rootndn;
|
||||
op2.o_bd->be_search( &op2, &rs1 );
|
||||
newlist = rx.rx_mods;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue