arehbein submitted this change.
Transition to use of 'telnet_init_default'
Related: OS#5809
Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
---
M src/osmo-smlc/smlc_main.c
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/src/osmo-smlc/smlc_main.c b/src/osmo-smlc/smlc_main.c
index a2724b6..f2944f0 100644
--- a/src/osmo-smlc/smlc_main.c
+++ b/src/osmo-smlc/smlc_main.c
@@ -262,7 +262,7 @@
}
/* Start telnet interface after reading config for vty_get_bind_addr() */
- rc = telnet_init_dynif(tall_smlc_ctx, g_smlc, vty_get_bind_addr(), OSMO_VTY_PORT_SMLC);
+ rc = telnet_init_default(tall_smlc_ctx, g_smlc, OSMO_VTY_PORT_SMLC);
if (rc < 0)
exit(1);
To view, visit change 31525. To unsubscribe, or for help writing mail filters, visit settings.