Browse Source

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>
Jouni Malinen 9 years ago
parent
commit
59e71209f5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hostapd/hlr_auc_gw.c

+ 0 - 1
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;