diff --git a/src/eap_peer/eap.c b/src/eap_peer/eap.c index 39513d6a7..17d3574c0 100644 --- a/src/eap_peer/eap.c +++ b/src/eap_peer/eap.c @@ -147,6 +147,7 @@ SM_STATE(EAP, INITIALIZE) sm->methodState = METHOD_NONE; sm->allowNotifications = TRUE; sm->decision = DECISION_FAIL; + sm->ClientTimeout = EAP_CLIENT_TIMEOUT_DEFAULT; eapol_set_int(sm, EAPOL_idleWhile, sm->ClientTimeout); eapol_set_bool(sm, EAPOL_eapSuccess, FALSE); eapol_set_bool(sm, EAPOL_eapFail, FALSE);