EAP-FAST server: Remove unused write
next_type is not used in case m->check() results in ignoring the packet. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
58b992489c
commit
e9471493ef
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ static void eap_fast_process_phase2_response(struct eap_sm *sm,
|
|||
if (m->check(sm, priv, &buf)) {
|
||||
wpa_printf(MSG_DEBUG, "EAP-FAST: Phase2 check() asked to "
|
||||
"ignore the packet");
|
||||
next_type = eap_fast_req_failure(sm, data);
|
||||
eap_fast_req_failure(sm, data);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue