aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d1644beeb..88ebf1466 100644
--- a/src/libcharon/plugins/eap_ttls/eap_ttls_server.c
+++ b/src/libcharon/plugins/eap_ttls/eap_ttls_server.c
@@ -231,7 +231,7 @@ METHOD(tls_application_t, process, status_t,
return FAILED;
}
this->method->initiate(this->method, &this->out);
- this->start_phase2 = FALSE;
+ this->start_phase2_tnc = FALSE;
return NEED_MORE;
}
break;