arehbein submitted this change.
Transition to use of 'telnet_init_default'
Related: OS#5809
Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
---
M src/main.c
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/main.c b/src/main.c
index 3385e37..6b711d7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -147,8 +147,7 @@
exit(1);
}
- rc = telnet_init_dynif(tall_mncc_ctx, NULL,
- vty_get_bind_addr(), OSMO_VTY_PORT_MNCC_SIP);
+ rc = telnet_init_default(tall_mncc_ctx, NULL, OSMO_VTY_PORT_MNCC_SIP);
if (rc < 0)
exit(1);
To view, visit change 31524. To unsubscribe, or for help writing mail filters, visit settings.