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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( 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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
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-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200116/d0beb3f8/attachment.htm>