mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
fix previous commit
This commit is contained in:
parent
8fdfe1fcd0
commit
52fb4b47fe
1 changed files with 1 additions and 0 deletions
|
|
@ -775,6 +775,7 @@ str2anlist( AttributeName *an, char *in, const char *brkstr )
|
|||
AttributeName *anew;
|
||||
|
||||
/* find last element in list */
|
||||
i = 0;
|
||||
if ( an != NULL ) {
|
||||
for ( i = 0; !BER_BVISNULL( &an[ i ].an_name ) ; i++)
|
||||
;
|
||||
|
|
|
|||
Loading…
Reference in a new issue