Change in libosmo-sccp[master]: sccp_demo_user: Bind VTY to -l local address cmdline arg

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Jan 16 15:43:55 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/16894 )


Change subject: sccp_demo_user: Bind VTY to -l local address cmdline arg
......................................................................

sccp_demo_user: Bind VTY to -l local address cmdline arg

Change-Id: Id93db4ea2865f3f2dbfc89890389ebd02fa8172b
---
M examples/sccp_demo_user.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/94/16894/1

diff --git a/examples/sccp_demo_user.c b/examples/sccp_demo_user.c
index 3cbcc72..4b7b6bc 100644
--- a/examples/sccp_demo_user.c
+++ b/examples/sccp_demo_user.c
@@ -236,7 +236,7 @@
 	osmo_ss7_vty_init_asp(NULL);
 	osmo_sccp_vty_init();
 
-	rc = telnet_init_dynif(NULL, NULL, vty_get_bind_addr(), 2324+client);
+	rc = telnet_init_dynif(NULL, NULL, local_address, 2324+client);
 	if (rc < 0) {
 		perror("Error binding VTY port");
 		exit(1);

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/16894
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Id93db4ea2865f3f2dbfc89890389ebd02fa8172b
Gerrit-Change-Number: 16894
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200116/ae55e620/attachment.htm>


More information about the gerrit-log mailing list