typecast to make khz happy
This commit is contained in:
parent
5b75138331
commit
2879352eb5
@ -2094,7 +2094,7 @@ struct CertificateInfo* nextCertificate( struct CertIterator* it )
|
|||||||
struct DnPair* a = parse_dn( names[idx] );
|
struct DnPair* a = parse_dn( names[idx] );
|
||||||
if( idx == 0 ) {
|
if( idx == 0 ) {
|
||||||
it->info.userid[idx] = reorder_dn( a );
|
it->info.userid[idx] = reorder_dn( a );
|
||||||
safe_free( &(names[idx]) );
|
safe_free( (void **)&(names[idx]) );
|
||||||
} else {
|
} else {
|
||||||
it->info.userid[idx] = names[idx];
|
it->info.userid[idx] = names[idx];
|
||||||
it->info.dnarray = a;
|
it->info.dnarray = a;
|
||||||
|
Loading…
Reference in New Issue
Block a user