osmo-hlr: Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: I5cee719a9c4437712915f0f9760d606f6ec2dd43
changes/12/30712/2
Alexander Rehbein 2022-12-19 21:28:53 +01:00 committed by laforge
parent 6263cf350a
commit e4143234c8
1 changed files with 1 additions and 2 deletions

View File

@ -816,8 +816,7 @@ int main(int argc, char **argv)
}
/* start telnet after reading config for vty_get_bind_addr() */
rc = telnet_init_dynif(hlr_ctx, NULL, vty_get_bind_addr(),
OSMO_VTY_PORT_HLR);
rc = telnet_init_default(hlr_ctx, NULL, OSMO_VTY_PORT_HLR);
if (rc < 0)
return rc;