osmo-cbc: Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: I68f268cccc1ae00004aa63dbbf6708a581a1e705
This commit is contained in:
arehbein 2022-12-19 21:28:33 +01:00
parent 6e64d1079f
commit 1d9d13ce6b
1 changed files with 1 additions and 1 deletions

View File

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