[db] Keep track of the current gsm_network

This commit is contained in:
Holger Freyther 2009-04-19 06:35:16 +00:00
parent 3d248ceb2a
commit e3283e8376
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
int main() {
if (db_init("hlr.sqlite3")) {
if (db_init("hlr.sqlite3", NULL)) {
printf("DB: Failed to init database. Please check the option settings.\n");
return 1;
}