Skip to content

Commit

Permalink
As per comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Sep 18, 2019
1 parent 2820fb2 commit a88f3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/rlm_eap/types/rlm_eap_sim/rlm_eap_sim.c
Expand Up @@ -1016,6 +1016,7 @@ static rlm_rcode_t mod_process(UNUSED void *instance, UNUSED void *thread, REQUE
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 a88f3c9

Please sign in to comment.