From: Kurt Zeilenga Date: Fri, 30 Aug 2002 03:00:11 +0000 (+0000) Subject: Fix subclassing indexing X-Git-Tag: OPENLDAP_REL_ENG_2_1_5~87 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d76386c6cc32483fbe4df425be008062d809641;p=openldap Fix subclassing indexing --- diff --git a/servers/slapd/schema_prep.c b/servers/slapd/schema_prep.c index a6833eefd9..c940d3f857 100644 --- a/servers/slapd/schema_prep.c +++ b/servers/slapd/schema_prep.c @@ -150,10 +150,13 @@ static int objectSubClassIndexer( #endif } + ocvalues[i].bv_val = NULL; + ocvalues[i].bv_len = 0; + /* expand values */ for( i=0; isoc_sups == NULL ) continue; for( j=0; oc->soc_sups[j] != NULL; j++ ) {