aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-04-19 06:35:16 +0000
committerHolger Freyther <zecke@selfish.org>2009-04-19 06:35:16 +0000
commit36650b872fe9f125bc1a96b768d54407909a262b (patch)
treef3a649d7acc5a33682066d386930fb5b305ab596 /tests
parentef7f7ce45219328e044479101aae732ac3979521 (diff)
[db] Keep track of the current gsm_network
Diffstat (limited to 'tests')
-rw-r--r--tests/db/db_test.c2
1 files changed, 1 insertions, 1 deletions
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;
}