osmo-gbproxy: Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: Ib76ab5df5d87112bf78effc4cd0939c57f30f46c
This commit is contained in:
arehbein 2022-12-19 21:28:48 +01:00 committed by laforge
parent 6a448976a8
commit c82f0fb2a1
1 changed files with 1 additions and 2 deletions

View File

@ -334,8 +334,7 @@ int main(int argc, char **argv)
}
/* start telnet after reading config for vty_get_bind_addr() */
rc = telnet_init_dynif(tall_sgsn_ctx, NULL,
vty_get_bind_addr(), OSMO_VTY_PORT_GBPROXY);
rc = telnet_init_default(tall_sgsn_ctx, NULL, OSMO_VTY_PORT_GBPROXY);
if (rc < 0)
exit(1);