From: Jouni Malinen Date: Fri, 18 Dec 2015 17:55:01 +0000 (+0200) Subject: hlr_auc_gw: Remove unnecessary assignment X-Git-Tag: hostap_2_6~1174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59e71209f5e0c794470c4f5751f19009233ae0f4;p=thirdparty%2Fhostap.git 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 --- diff --git a/hostapd/hlr_auc_gw.c b/hostapd/hlr_auc_gw.c index 84d030826..1c1dd1fd2 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;