arehbein has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-cbc/+/30707 )
Change subject: osmo-cbc: Transition to use of 'telnet_init_default' ......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/07/30707/1
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);