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 committed by fixeria
parent 097a16e384
commit 20ecc4f531
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ int main(int argc, char *argv[])
exit(2);
}
rc = telnet_init_dynif(tall_trx_ctx, NULL, vty_get_bind_addr(), OSMO_VTY_PORT_TRX);
rc = telnet_init_default(tall_trx_ctx, NULL, OSMO_VTY_PORT_TRX);
if (rc < 0)
exit(1);