mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix objectSubClassIndexer bug
This commit is contained in:
parent
864f05497e
commit
ecfb311f8f
@ -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 New Issue
Block a user