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 964ce6f46c
commit ed606b4271
1 changed files with 1 additions and 2 deletions

View File

@ -683,8 +683,7 @@ int main(int argc, char **argv)
DEBUGP(DMNCC, "Using internal MNCC handler.\n");
/* start telnet after reading config for vty_get_bind_addr() */
rc = telnet_init_dynif(tall_msc_ctx, &msc_network,
vty_get_bind_addr(), OSMO_VTY_PORT_MSC);
rc = telnet_init_default(tall_msc_ctx, &msc_network, OSMO_VTY_PORT_MSC);
if (rc < 0)
return 2;