arehbein has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-iuh/+/31519 )


Change subject: Transition to use of 'telnet_init_default'
......................................................................

Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
---
M src/tests/hnb-test.c
1 file changed, 11 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/19/31519/1

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 @@
        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);

--
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/31519
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
Gerrit-Change-Number: 31519
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <[email protected]>
Gerrit-MessageType: newchange

Reply via email to