From 36650b872fe9f125bc1a96b768d54407909a262b Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sun, 19 Apr 2009 06:35:16 +0000 Subject: [db] Keep track of the current gsm_network --- tests/db/db_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/db/db_test.c') diff --git a/tests/db/db_test.c b/tests/db/db_test.c index 2ccf243d6..93bf15235 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; } -- cgit v1.2.3