Additional ONELEVEL fix

This commit is contained in:
Howard Chu 2006-06-16 21:58:40 +00:00
parent a63cce673e
commit bc8550e3c2

View File

@ -380,6 +380,7 @@ glue_op_search ( Operation *op, SlapReply *rs )
if ( rs->sr_err == LDAP_NO_SUCH_OBJECT ) {
gs.err = LDAP_SUCCESS;
}
op->ors_scope = LDAP_SCOPE_ONELEVEL;
op->o_req_dn = dn;
op->o_req_ndn = ndn;