laforge has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve pespin: Looks good to me, approved
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);