aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_ttls/eap_ttls_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/plugins/eap_ttls/eap_ttls_server.c')
-rw-r--r--src/libcharon/plugins/eap_ttls/eap_ttls_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/eap_ttls/eap_ttls_server.c b/src/libcharon/plugins/eap_ttls/eap_ttls_server.c
index 94fd555eb..c4a18a434 100644
--- a/src/libcharon/plugins/eap_ttls/eap_ttls_server.c
+++ b/src/libcharon/plugins/eap_ttls/eap_ttls_server.c
@@ -72,7 +72,7 @@ METHOD(tls_application_t, process, status_t,
payload_t *payload;
eap_payload_t *in;
eap_code_t code;
- eap_type_t type, received_type;
+ eap_type_t type = EAP_NAK, received_type;
u_int32_t vendor, received_vendor;
status = this->avp->process(this->avp, reader, &data);