]> git.sur5r.net Git - openldap/commitdiff
fix suspicious capitalization to make subentries control work properly
authorJong Hyuk Choi <jongchoi@openldap.org>
Wed, 10 Nov 2004 03:52:42 +0000 (03:52 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Wed, 10 Nov 2004 03:52:42 +0000 (03:52 +0000)
servers/slapd/back-bdb/search.c

index ad1ac12d7fd5ad42a8cd79f6864bce80e1686d51..5f7081f97ece72f5ad4460d4d6d0d8bbcea63dfe 100644 (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;