EAP-PAX server: Remove unused assignment
authorJouni Malinen <j@w1.fi>
Sat, 11 Oct 2014 15:14:42 +0000 (18:14 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 11 Oct 2014 15:14:42 +0000 (18:14 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_server/eap_server_pax.c

index d9d4375..5a03f97 100644 (file)
@@ -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 */