Fix ITS#4133, reset subtree search req_dn

This commit is contained in:
Howard Chu 2005-12-09 02:08:08 +00:00
parent b81ed2c106
commit 3d4eeba5d1

View File

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