Skip to content
Snippets Groups Projects
Commit 71ac7140 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

fix suspicious capitalization to make subentries control work properly

parent b6f77e29
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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