From 409d497eead375ae2fa56390f3c96ea7a3f13530 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 --- src/tests/hnb-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/hnb-test.c b/src/tests/hnb-test.c index 2c73fedd..de75186d 100644 --- a/src/tests/hnb-test.c +++ b/src/tests/hnb-test.c @@ -950,7 +950,7 @@ int main(int argc, char **argv) vty_init(&vty_info); hnbtest_vty_init(); - rc = telnet_init_dynif(NULL, NULL, vty_get_bind_addr(), 2324); + rc = telnet_init_default(NULL, NULL, 2324); if (rc < 0) { perror("Error binding VTY port"); exit(1);