Skip to content
Snippets Groups Projects
Commit fabecdf6 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#7975 fix onelevel search

parent 0be4281e
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment