aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarehbein <arehbein@sysmocom.de>2023-02-25 17:48:58 +0100
committerarehbein <arehbein@sysmocom.de>2023-02-25 17:48:58 +0100
commit409d497eead375ae2fa56390f3c96ea7a3f13530 (patch)
treee89cc030673dce72784e47c40e7d8c1bdb56a18e
parentf0b84cc200f9486700e3051dd079517e3e1dd88a (diff)
Transition to use of 'telnet_init_default'
-rw-r--r--src/tests/hnb-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/hnb-test.c b/src/tests/hnb-test.c
index 2c73fed..de75186 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);