mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Use computed filters to pass in search scope.
This commit is contained in:
parent
030d5a614d
commit
7e1a91340c
@ -1572,6 +1572,7 @@ static int search_candidates(
|
||||
f.f_and = &nf;
|
||||
/* Dummy; we compute scope separately now */
|
||||
nf.f_choice = SLAPD_FILTER_COMPUTED;
|
||||
nf.f_result = SLAPD_COMPARE_UNDEFINED;
|
||||
nf.f_next = xf.f_or == op->oq_search.rs_filter
|
||||
? op->oq_search.rs_filter : &xf ;
|
||||
/* Filter depth increased again, adding dummy clause */
|
||||
|
Loading…
Reference in New Issue
Block a user