mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#9308 - ensure "i" is initialized
This commit is contained in:
parent
9688f032c5
commit
1b3fcd4e75
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ do_oc:;
|
|||
|
||||
ObjectClass *oc;
|
||||
|
||||
for ( oc_start( &oc ); oc != NULL; oc_next( &oc ) ) {
|
||||
for ( i = 0, oc_start( &oc ); oc != NULL; oc_next( &oc ) ) {
|
||||
/* we can only add AUXILIARY objectClasses */
|
||||
if ( oc->soc_kind != LDAP_SCHEMA_AUXILIARY ) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue