From 20ecc4f53199aafe5e7f305b28cda72a31a4d0a5 Mon Sep 17 00:00:00 2001 From: arehbein Date: Sat, 25 Feb 2023 17:48:58 +0100 Subject: [PATCH] Transition to use of 'telnet_init_default' Related: OS#5809 Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a --- Transceiver52M/osmo-trx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transceiver52M/osmo-trx.cpp b/Transceiver52M/osmo-trx.cpp index 18e9051d..ad41338a 100644 --- a/Transceiver52M/osmo-trx.cpp +++ b/Transceiver52M/osmo-trx.cpp @@ -651,7 +651,7 @@ int main(int argc, char *argv[]) exit(2); } - rc = telnet_init_dynif(tall_trx_ctx, NULL, vty_get_bind_addr(), OSMO_VTY_PORT_TRX); + rc = telnet_init_default(tall_trx_ctx, NULL, OSMO_VTY_PORT_TRX); if (rc < 0) exit(1);