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


Change subject: osmo-hlr: Transition to use of 'telnet_init_default'
......................................................................

osmo-hlr: Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: I5cee719a9c4437712915f0f9760d606f6ec2dd43
---
M src/hlr.c
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/12/30712/1

diff --git a/src/hlr.c b/src/hlr.c
index 193dd38..5d25bc7 100644
--- a/src/hlr.c
+++ b/src/hlr.c
@@ -816,8 +816,7 @@
        }

        /* start telnet after reading config for vty_get_bind_addr() */
-       rc = telnet_init_dynif(hlr_ctx, NULL, vty_get_bind_addr(),
-                              OSMO_VTY_PORT_HLR);
+       rc = telnet_init_default(hlr_ctx, NULL, OSMO_VTY_PORT_HLR);
        if (rc < 0)
                return rc;


--
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/30712
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: I5cee719a9c4437712915f0f9760d606f6ec2dd43
Gerrit-Change-Number: 30712
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <[email protected]>
Gerrit-MessageType: newchange

Reply via email to