diff options
author | Jouni Malinen <j@w1.fi> | 2015-12-18 17:55:01 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-12-18 17:55:01 (GMT) |
commit | 59e71209f5e0c794470c4f5751f19009233ae0f4 (patch) | |
tree | 287c9bff08bb3b8d99e465fc5289cb2b57d7280b /hostapd | |
parent | 6e9554e3072c6c670f4f3050f0349af49131e883 (diff) | |
download | hostap-59e71209f5e0c794470c4f5751f19009233ae0f4.zip hostap-59e71209f5e0c794470c4f5751f19009233ae0f4.tar.gz hostap-59e71209f5e0c794470c4f5751f19009233ae0f4.tar.bz2 |
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>
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/hlr_auc_gw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hostapd/hlr_auc_gw.c b/hostapd/hlr_auc_gw.c index 84d0308..1c1dd1f 100644 --- a/hostapd/hlr_auc_gw.c +++ b/hostapd/hlr_auc_gw.c @@ -371,7 +371,6 @@ static int read_gsm_triplets(const char *fname) ret = -1; break; } - pos = pos2 + 1; g->next = gsm_db; gsm_db = g; |