mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
increment counter (ITS#6497)
This commit is contained in:
parent
b8472e3756
commit
063c844b2a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue