mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
initialize variable
This commit is contained in:
parent
ed405e7ea1
commit
fc043a3854
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user