mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
ITS#9308 - ensure "i" is initialized
This commit is contained in:
parent
766cd03a2f
commit
f64ee2ee33
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,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