From ac85f6069ff77373cd10f6ef9399d68fe723143b 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 --- tests/ipa_proxy_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ int main(void) 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");