mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc-nat.git
synced 2025-11-03 05:33:33 +00:00
osmo-bsc-nat: Transition to use of 'telnet_init_default'
Related: OS#5809 Change-Id: I7450b8618710bc7e51bfc57bdf1464c323471f16
This commit is contained in:
@@ -128,7 +128,7 @@ static void main_vty_init(int argc, char **argv)
|
|||||||
exit(1);
|
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) {
|
if (rc < 0) {
|
||||||
perror("Error binding VTY port");
|
perror("Error binding VTY port");
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user