From c7b86f90119ef70e4b26df689da6026c67f5d4c4 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 6 Jun 2009 13:54:20 +0000 Subject: Revert "[db] Keep track of the current gsm_network" This was a stupid decision. We will have to assign the network at some other place. The problem will be a problem when we have two gsm_networks in one process and the same subscriber is traveling in both networks. --- tests/db/db_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/db') diff --git a/tests/db/db_test.c b/tests/db/db_test.c index bbca58585..6962aa3bf 100644 --- a/tests/db/db_test.c +++ b/tests/db/db_test.c @@ -50,7 +50,7 @@ int main() { - if (db_init("hlr.sqlite3", NULL)) { + if (db_init("hlr.sqlite3")) { printf("DB: Failed to init database. Please check the option settings.\n"); return 1; } -- cgit v1.2.3