summaryrefslogtreecommitdiff
path: root/security/nss/cmd/strsclnt/strsclnt.c
diff options
context:
space:
mode:
authorjulien.pierre.bugs%sun.com <devnull@localhost>2004-10-07 03:57:19 +0000
committerjulien.pierre.bugs%sun.com <devnull@localhost>2004-10-07 03:57:19 +0000
commit4ac86b03e54817fc8c254f293f331b02870d7766 (patch)
tree446566fcf78f4f4b02c8d9a5e39da7d9e233d4fb /security/nss/cmd/strsclnt/strsclnt.c
parentc6030a64d0aced589306726867ca7c4edcb26bdc (diff)
downloadnss-hg-4ac86b03e54817fc8c254f293f331b02870d7766.tar.gz
initialize variable
Diffstat (limited to 'security/nss/cmd/strsclnt/strsclnt.c')
-rw-r--r--security/nss/cmd/strsclnt/strsclnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/cmd/strsclnt/strsclnt.c b/security/nss/cmd/strsclnt/strsclnt.c
index 820455ec3..2e1a930dd 100644
--- a/security/nss/cmd/strsclnt/strsclnt.c
+++ b/security/nss/cmd/strsclnt/strsclnt.c
@@ -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) {