increment counter (ITS#6497)

This commit is contained in:
Pierangelo Masarati 2010-03-23 20:33:06 +00:00
parent b8472e3756
commit 063c844b2a

View file

@ -206,6 +206,7 @@ translucent_cf_gen( ConfigArgs *c )
ch_free( (*an)[i].an_name.bv_val );
do {
(*an)[i] = (*an)[i+1];
i++;
} while ( !BER_BVISNULL( &(*an)[i].an_name ));
}
return 0;