Browse Source

EAP-PAX server: Remove unused assignment

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 10 years ago
parent
commit
6c9f74deaf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/eap_server/eap_server_pax.c

+ 0 - 1
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 */