arehbein has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/31515 )
Change subject: Transition to use of 'telnet_init_default' ......................................................................
Transition to use of 'telnet_init_default'
Related: OS#5809 Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a --- M tests/ipa_proxy_test.c 1 file changed, 11 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified msuraev: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
diff --git a/tests/ipa_proxy_test.c b/tests/ipa_proxy_test.c index da99f01..6c486bd 100644 --- a/tests/ipa_proxy_test.c +++ b/tests/ipa_proxy_test.c @@ -45,7 +45,7 @@ vty_init(&vty_info); ipa_proxy_vty_init();
- telnet_init(tall_test, NULL, IPA_PROXY_TEST_TELNET_PORT); + telnet_init_default(tall_test, NULL, IPA_PROXY_TEST_TELNET_PORT);
LOGP(DIPA_PROXY_TEST, LOGL_NOTICE, "entering main loop\n");