laforge submitted this change.
osmo-cbc: Transition to use of 'telnet_init_default'
Related: OS#5809
Change-Id: I68f268cccc1ae00004aa63dbbf6708a581a1e705
---
M src/cbc_main.c
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cbc_main.c b/src/cbc_main.c
index fd8e4fe..e75b328 100644
--- a/src/cbc_main.c
+++ b/src/cbc_main.c
@@ -288,7 +288,7 @@
exit(1);
}
- rc = telnet_init_dynif(tall_cbc_ctx, NULL, vty_get_bind_addr(), OSMO_VTY_PORT_CBC);
+ rc = telnet_init_default(tall_cbc_ctx, NULL, OSMO_VTY_PORT_CBC);
if (rc < 0) {
perror("Error binding VTY port");
exit(1);
To view, visit change 30707. To unsubscribe, or for help writing mail filters, visit settings.