typecast to make khz happy

This commit is contained in:
Steffen Hansen 2002-06-10 16:36:38 +00:00
parent 5b75138331
commit 2879352eb5

View File

@ -2094,7 +2094,7 @@ struct CertificateInfo* nextCertificate( struct CertIterator* it )
struct DnPair* a = parse_dn( names[idx] );
if( idx == 0 ) {
it->info.userid[idx] = reorder_dn( a );
safe_free( &(names[idx]) );
safe_free( (void **)&(names[idx]) );
} else {
it->info.userid[idx] = names[idx];
it->info.dnarray = a;