arehbein has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bsc-nat/+/30705 )


Change subject: osmo-bsc-nat: Transition to use of 'telnet_init_default'
......................................................................

osmo-bsc-nat: Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: I7450b8618710bc7e51bfc57bdf1464c323471f16
---
M src/osmo-bsc-nat/main.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc-nat refs/changes/05/30705/1

diff --git a/src/osmo-bsc-nat/main.c b/src/osmo-bsc-nat/main.c
index 01b08a2..9bf2500 100644
--- a/src/osmo-bsc-nat/main.c
+++ b/src/osmo-bsc-nat/main.c
@@ -128,7 +128,7 @@
                exit(1);
        }

-       rc = telnet_init_dynif(tall_bsc_nat_ctx, g_bsc_nat, 
vty_get_bind_addr(), OSMO_VTY_PORT_BSC_NAT);
+       rc = telnet_init_default(tall_bsc_nat_ctx, g_bsc_nat, 
OSMO_VTY_PORT_BSC_NAT);
        if (rc < 0) {
                perror("Error binding VTY port");
                exit(1);

--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc-nat/+/30705
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc-nat
Gerrit-Branch: master
Gerrit-Change-Id: I7450b8618710bc7e51bfc57bdf1464c323471f16
Gerrit-Change-Number: 30705
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <[email protected]>
Gerrit-MessageType: newchange

Reply via email to