mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-06 12:14:04 -05:00
hlr_auc_gw: Remove unnecessary assignment
The pos variable is not used after the final parsed item, so no need to set it here. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
6e9554e307
commit
59e71209f5
@ -371,7 +371,6 @@ static int read_gsm_triplets(const char *fname)
|
|||||||
ret = -1;
|
ret = -1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
pos = pos2 + 1;
|
|
||||||
|
|
||||||
g->next = gsm_db;
|
g->next = gsm_db;
|
||||||
gsm_db = g;
|
gsm_db = g;
|
||||||
|
Loading…
Reference in New Issue
Block a user