mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Additional ONELEVEL fix
This commit is contained in:
parent
a63cce673e
commit
bc8550e3c2
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue