laforge submitted this change.
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(-)
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;
To view, visit change 30712. To unsubscribe, or for help writing mail filters, visit settings.