From e000050971dc37af4354727916db1960671f28f8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 1 Dec 2019 13:19:51 +0100 Subject: check for osmo_ss7_init() error return value Change-Id: I2bc34f3962ca7355f20757e36a86ab2fd1a7aef6 --- src/osmo-msc/msc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c index 43a1fcbe4..e7570cde5 100644 --- a/src/osmo-msc/msc_main.c +++ b/src/osmo-msc/msc_main.c @@ -523,7 +523,7 @@ int main(int argc, char **argv) /* For --version, vty_init() must be called before handling options */ vty_init(&msc_vty_info); - osmo_ss7_init(); + OSMO_ASSERT(osmo_ss7_init() == 0); osmo_ss7_vty_init_asp(tall_msc_ctx); osmo_sccp_vty_init(); -- cgit v1.2.3