[db] Keep track of the current gsm_network
diff --git a/tests/db/db_test.c b/tests/db/db_test.c
index 2ccf243..93bf152 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;
 	}