osmo-hlr: Transition to use of 'telnet_init_default'
Related: OS#5809 Change-Id: I5cee719a9c4437712915f0f9760d606f6ec2dd43changes/12/30712/2
parent
6263cf350a
commit
e4143234c8
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue