arehbein has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-smlc/+/31525 )


Change subject: Transition to use of 'telnet_init_default'
......................................................................

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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/25/31525/1

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 https://gerrit.osmocom.org/c/osmo-smlc/+/31525
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
Gerrit-Change-Number: 31525
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <[email protected]>
Gerrit-MessageType: newchange

Reply via email to