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

Related: OS#5809
Change-Id: I7450b8618710bc7e51bfc57bdf1464c323471f16
This commit is contained in:
arehbein 2022-12-19 21:28:25 +01:00
parent cce4b03bd3
commit c871c2f4b3
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ static void main_vty_init(int argc, char **argv)
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);