Skip to content

Commit

Permalink
Nope, still too stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Sep 18, 2019
1 parent 3ce1f93 commit 8752ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_eap/types/rlm_eap_sim/rlm_eap_sim.c
Expand Up @@ -1013,10 +1013,10 @@ static rlm_rcode_t mod_process(UNUSED void *instance, UNUSED void *thread, REQUE
return RLM_MODULE_OK;

case -1:
default:
eap_sim_state_enter(eap_session, EAP_SIM_SERVER_FAILURE_NOTIFICATION);
return RLM_MODULE_HANDLED; /* We need to process more packets */
}
if (!fr_cond_assert(0)) return RLM_MODULE_FAIL; /* Quiet the stupid compiler */

case EAP_SIM_CLIENT_ERROR:
{
Expand Down

0 comments on commit 8752ca5

Please sign in to comment.