From 045833e3a1bf7745e5f41b6726175e2120bb5555 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 --- trunk/gpgmeplug/gpgmeplug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/gpgmeplug/gpgmeplug.c b/trunk/gpgmeplug/gpgmeplug.c index bfc7695..f448de3 100644 --- a/trunk/gpgmeplug/gpgmeplug.c +++ b/trunk/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