mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix ITS#4133, reset subtree search req_dn
This commit is contained in:
parent
b81ed2c106
commit
3d4eeba5d1
@ -339,6 +339,8 @@ glue_op_search ( Operation *op, SlapReply *rs )
|
||||
if ( rs->sr_err == LDAP_NO_SUCH_OBJECT ) {
|
||||
gs.err = LDAP_SUCCESS;
|
||||
}
|
||||
op->o_req_dn = dn;
|
||||
op->o_req_ndn = ndn;
|
||||
|
||||
} else if (dnIsSuffix(&ndn, &op->o_bd->be_nsuffix[0])) {
|
||||
rs->sr_err = op->o_bd->be_search( op, rs );
|
||||
|
Loading…
Reference in New Issue
Block a user