From e3283e83761a5906d99e9a9908fba699ed375288 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sun, 19 Apr 2009 06:35:16 +0000 Subject: [PATCH] [db] Keep track of the current gsm_network --- tests/db/db_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/db/db_test.c b/tests/db/db_test.c index 2ccf243d..93bf1523 100644 --- a/tests/db/db_test.c +++ b/tests/db/db_test.c @@ -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; }