ITS#10360 delta MPR: internal search should use logDB's rootDN

This commit is contained in:
Howard Chu 2025-06-19 17:03:16 +01:00 committed by Quanah Gibson-Mount
parent dcd60d1d0a
commit 6e559efd85

View file

@ -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;
}