mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-20 02:53:03 -05:00
EAP-SIM DB: Remove unused assignment
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
6f577c5e45
commit
918bd0fe78
@ -966,7 +966,7 @@ static char * eap_sim_db_get_next(struct eap_sim_db_data *data, char prefix)
|
||||
pos = id;
|
||||
end = id + sizeof(buf) * 2 + 2;
|
||||
*pos++ = prefix;
|
||||
pos += wpa_snprintf_hex(pos, end - pos, buf, sizeof(buf));
|
||||
wpa_snprintf_hex(pos, end - pos, buf, sizeof(buf));
|
||||
|
||||
return id;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user