mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-sip-connector.git
synced 2025-10-23 08:22:20 +00:00
Transition to use of 'telnet_init_default'
Related: OS#5809 Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
This commit is contained in:
@@ -147,8 +147,7 @@ int main(int argc, char **argv)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
rc = telnet_init_dynif(tall_mncc_ctx, NULL,
|
||||
vty_get_bind_addr(), OSMO_VTY_PORT_MNCC_SIP);
|
||||
rc = telnet_init_default(tall_mncc_ctx, NULL, OSMO_VTY_PORT_MNCC_SIP);
|
||||
if (rc < 0)
|
||||
exit(1);
|
||||
|
||||
|
Reference in New Issue
Block a user