arehbein has submitted this change. ( https://gerrit.osmocom.org/c/osmo-uecups/+/31527 )
Change subject: Transition to use of 'telnet_init_default' ......................................................................
Transition to use of 'telnet_init_default'
Related: OS#5809 Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a --- M daemon/main.c 1 file changed, 11 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified msuraev: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
diff --git a/daemon/main.c b/daemon/main.c index e5a8147..c023351 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -234,7 +234,7 @@ exit(2); }
- rc = telnet_init_dynif(g_daemon, NULL, vty_get_bind_addr(), OSMO_VTY_PORT_UECUPS); + rc = telnet_init_default(g_daemon, NULL, OSMO_VTY_PORT_UECUPS); if (rc < 0) exit(1);