initialize variable

This commit is contained in:
julien.pierre.bugs%sun.com 2004-10-07 03:57:19 +00:00
parent ed405e7ea1
commit fc043a3854

View File

@ -973,7 +973,7 @@ StressClient_GetClientAuthData(void * arg,
SECKEYPrivateKey * privkey = NULL;
CERTCertNicknames * names;
int i;
void * proto_win;
void * proto_win = NULL;
SECStatus rv = SECFailure;
if (Cert_And_Key) {