EAP-PAX server: Remove unused assignment
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
918bd0fe78
commit
6c9f74deaf
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ static struct wpabuf * eap_pax_build_std_3(struct eap_sm *sm,
|
|||
(u8 *) data->cid, data->cid_len, NULL, 0, pos);
|
||||
wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(B, CID)",
|
||||
pos, EAP_PAX_MAC_LEN);
|
||||
pos += EAP_PAX_MAC_LEN;
|
||||
|
||||
/* Optional ADE could be added here, if needed */
|
||||
|
||||
|
|
Loading…
Reference in a new issue