aboutsummaryrefslogtreecommitdiffstats
path: root/src/bsc_hack.c
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 /src/bsc_hack.c
parentef7f7ce45219328e044479101aae732ac3979521 (diff)
[db] Keep track of the current gsm_network
Diffstat (limited to 'src/bsc_hack.c')
-rw-r--r--src/bsc_hack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bsc_hack.c b/src/bsc_hack.c
index 3fbc7f645..8bc1c6b95 100644
--- a/src/bsc_hack.c
+++ b/src/bsc_hack.c
@@ -916,7 +916,7 @@ static int bootstrap_network(void)
paging_init(bts);
bts->paging.channel_allocated = bsc_hack_channel_allocated;
- if (db_init(database_name)) {
+ if (db_init(database_name, gsmnet)) {
printf("DB: Failed to init database. Please check the option settings.\n");
return -1;
}