fix previous commit

This commit is contained in:
Pierangelo Masarati 2005-08-07 16:48:26 +00:00
parent 8fdfe1fcd0
commit 52fb4b47fe

View file

@ -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++)
;