mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 04:59:39 -05:00
Fix objectSubClassIndexer bug
This commit is contained in:
parent
864f05497e
commit
ecfb311f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ static int objectSubClassIndexer(
|
|||
/* expand values */
|
||||
for( i=0; i<noc; i++ ) {
|
||||
int j;
|
||||
ObjectClass *oc = oc_bvfind( &values[i] );
|
||||
ObjectClass *oc = oc_bvfind( &ocvalues[i] );
|
||||
if( oc == NULL || oc->soc_sups == NULL ) continue;
|
||||
|
||||
for( j=0; oc->soc_sups[j] != NULL; j++ ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue