mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
EAP-PEAP: Remove unused hdr assignment
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
864a8e3bf6
commit
0ac6c3f71a
@ -1064,8 +1064,6 @@ static void eap_peap_process_phase2(struct eap_sm *sm,
|
||||
wpa_hexdump_buf_key(MSG_DEBUG, "EAP-PEAP: Decrypted Phase 2 EAP",
|
||||
in_decrypted);
|
||||
|
||||
hdr = wpabuf_head(in_decrypted);
|
||||
|
||||
if (data->peap_version == 0 && data->state != PHASE2_TLV) {
|
||||
const struct eap_hdr *resp;
|
||||
struct eap_hdr *nhdr;
|
||||
|
Loading…
Reference in New Issue
Block a user