From 2879352eb5632f1bd12cfe59851d2317866091ba Mon Sep 17 00:00:00 2001 From: Steffen Hansen Date: Mon, 10 Jun 2002 16:36:38 +0000 Subject: [PATCH] typecast to make khz happy --- gpgmeplug/gpgmeplug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpgmeplug/gpgmeplug.c b/gpgmeplug/gpgmeplug.c index bfc7695..f448de3 100644 --- a/gpgmeplug/gpgmeplug.c +++ b/gpgmeplug/gpgmeplug.c @@ -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; -- 2.26.2