aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_hack.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/bsc_hack.c')
-rw-r--r--openbsc/src/bsc_hack.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c
index a107fcb23..3710440e0 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -232,13 +232,13 @@ int main(int argc, char **argv)
vty_init(&vty_info);
bsc_vty_init();
+ /* parse options */
+ handle_options(argc, argv);
+
rc = bsc_bootstrap_network(mncc_recv, config_file);
if (rc < 0)
exit(1);
- /* parse options */
- handle_options(argc, argv);
-
/* seed the PRNG */
srand(time(NULL));