From: Jouni Malinen Date: Sat, 11 Oct 2014 15:14:42 +0000 (+0300) Subject: EAP-PAX server: Remove unused assignment X-Git-Tag: hostap_2_4~1351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c9f74deaf6d29fc6cca5fff2a62f160920b11e1;p=thirdparty%2Fhostap.git EAP-PAX server: Remove unused assignment Signed-off-by: Jouni Malinen --- diff --git a/src/eap_server/eap_server_pax.c b/src/eap_server/eap_server_pax.c index d9d4375ac..5a03f9774 100644 --- a/src/eap_server/eap_server_pax.c +++ b/src/eap_server/eap_server_pax.c @@ -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 */