fix suspicious capitalization to make subentries control work properly

This commit is contained in:
Jong Hyuk Choi 2004-11-10 03:52:42 +00:00
parent b6f77e2936
commit 71ac7140b6

View File

@ -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;