arehbein submitted this change.
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(-)
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");
To view, visit change 31515. To unsubscribe, or for help writing mail filters, visit settings.