laforge has submitted this change. ( 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(-)
Approvals: laforge: Looks good to me, but someone else must approve pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/hlr.c b/src/hlr.c index 037ebfe..c6ae4fc 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;