Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
This commit is contained in:
arehbein 2023-02-25 17:48:58 +01:00
parent 69f91b1773
commit ad5981352b
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ int main(int argc, char **argv)
exit(1);
}
rc = telnet_init_dynif(tall_hnb_ctx, g_hnb, vty_get_bind_addr(), OSMO_VTY_PORT_HNODEB);
rc = telnet_init_default(tall_hnb_ctx, g_hnb, OSMO_VTY_PORT_HNODEB);
if (rc < 0) {
perror("Error binding VTY port");
exit(1);