mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix suspicious capitalization to make subentries control work properly
This commit is contained in:
parent
b6f77e2936
commit
71ac7140b6
@ -1944,7 +1944,7 @@ static int search_candidates(
|
||||
|
||||
#ifdef BDB_SUBENTRIES
|
||||
if( get_subentries_visibility( op ) ) {
|
||||
struct berval bv_subentry = BER_BVC( "SUBENTRY" );
|
||||
struct berval bv_subentry = BER_BVC( "subentry" );
|
||||
sf.f_choice = LDAP_FILTER_EQUALITY;
|
||||
sf.f_ava = &aa_subentry;
|
||||
sf.f_av_desc = slap_schema.si_ad_objectClass;
|
||||
|
Loading…
Reference in New Issue
Block a user