laforge has submitted this change. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved



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 https://gerrit.osmocom.org/c/osmo-cbc/+/30707
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I68f268cccc1ae00004aa63dbbf6708a581a1e705
Gerrit-Change-Number: 30707
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to