hlr_auc_gw: Remove unnecessary assignment
authorJouni Malinen <j@w1.fi>
Fri, 18 Dec 2015 17:55:01 +0000 (19:55 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 18 Dec 2015 17:55:01 +0000 (19:55 +0200)
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>
hostapd/hlr_auc_gw.c

index 84d0308..1c1dd1f 100644 (file)
@@ -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;