From 6b57f5edffd2354853666eec297de3704e75f066 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 4 May 2010 17:00:43 +0200 Subject: Compiler warning fixed. --- src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c') diff --git a/src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c b/src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c index c1ccf72eb..5228c6c73 100644 --- a/src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c +++ b/src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c @@ -820,7 +820,7 @@ static status_t process_peer_failure(private_eap_mschapv2_t *this, eap_mschapv2_header_t *eap; chunk_t data; char *message, *token, *msg = NULL; - int message_len, error, retryable; + int message_len, error = 0, retryable; chunk_t challenge = chunk_empty; data = in->get_data(in); -- cgit v1.2.3