mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#7975 fix onelevel search
This commit is contained in:
parent
10d5815c62
commit
e6e073d31e
@ -837,6 +837,7 @@ loop_begin:
|
||||
}
|
||||
/* Fall-thru */
|
||||
case LDAP_SCOPE_ONELEVEL:
|
||||
if ( id == base->e_id ) break;
|
||||
isc.id = id;
|
||||
isc.nscope = 0;
|
||||
rs->sr_err = mdb_idscopes( op, &isc );
|
||||
|
Loading…
Reference in New Issue
Block a user