mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
synced 2025-10-23 08:22:19 +00:00
osmo-cbc: Transition to use of 'telnet_init_default'
Related: OS#5809 Change-Id: I68f268cccc1ae00004aa63dbbf6708a581a1e705
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user