aboutsummaryrefslogtreecommitdiffstats
path: root/src/db_hlr.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-05-05 18:24:15 +0200
committerHarald Welte <laforge@gnumonks.org>2016-05-05 18:24:15 +0200
commit999092790caa2c41803a447389a717ac2b9ef745 (patch)
tree33bbf0f437530b5fb136f1e0627f1d4e63881f80 /src/db_hlr.c
parent64f3ca3864d1563655c006810bc8ad1cc61d69d8 (diff)
some more comment / todo updates
Diffstat (limited to 'src/db_hlr.c')
-rw-r--r--src/db_hlr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db_hlr.c b/src/db_hlr.c
index 5d22717..baa0456 100644
--- a/src/db_hlr.c
+++ b/src/db_hlr.c
@@ -60,6 +60,7 @@ int db_subscr_get(struct db_context *dbc, const char *imsi,
subscr->id = sqlite3_column_int64(stmt, 0);
SL3_TXT(subscr->imsi, stmt, 1);
SL3_TXT(subscr->msisdn, stmt, 2);
+ /* FIXME: These should all be BLOBs as they might contain NUL */
SL3_TXT(subscr->vlr_number, stmt, 3);
SL3_TXT(subscr->sgsn_number, stmt, 4);
SL3_TXT(subscr->sgsn_address, stmt, 5);