[db] Remove FIXME as it is fixed...

This commit is contained in:
Holger Freyther 2009-04-19 06:35:05 +00:00
parent a1f92f0a43
commit d4cb79f90d
1 changed files with 0 additions and 1 deletions

View File

@ -252,7 +252,6 @@ struct gsm_subscriber *db_get_subscriber(enum gsm_subscriber_field field, const
if (string)
strncpy(subscr->extension, string, GSM_EXTENSION_LENGTH);
// FIXME handle extension
subscr->lac = dbi_result_get_uint(result, "lac");
subscr->authorized = dbi_result_get_uint(result, "authorized");
printf("DB: Found Subscriber: ID %llu, IMSI %s, NAME '%s', TMSI %s, LAC %hu, AUTH %u\n",