summaryrefslogtreecommitdiffstats
path: root/bootstrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.c')
-rw-r--r--bootstrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.c b/bootstrap.c
index 21baa97..57ada67 100644
--- a/bootstrap.c
+++ b/bootstrap.c
@@ -1051,7 +1051,7 @@ struct gsm_network *bootstrap_network(int (*mncc_recv)(struct gsm_network *, int
return 0;
/* open database */
- if (db_init(hlr, gsmnet)) {
+ if (db_init(hlr)) {
fprintf(stderr, "DB: Failed to init HLR database '%s'. Please check the option settings.\n", hlr);
return NULL;
}