Change in libosmo-sccp[master]: osmo_ss7.c: fix copy-paste error in xua_accept_cb()

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Wed Nov 6 14:05:46 UTC 2019


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


Change subject: osmo_ss7.c: fix copy-paste error in xua_accept_cb()
......................................................................

osmo_ss7.c: fix copy-paste error in xua_accept_cb()

Change-Id: I3d991849459378b35a5b4f248cc208f956e494be
---
M src/osmo_ss7.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/osmo_ss7.c b/src/osmo_ss7.c
index 38b21ef..7ff3efe 100644
--- a/src/osmo_ss7.c
+++ b/src/osmo_ss7.c
@@ -1765,7 +1765,7 @@
 				asp->cfg.is_server = true;
 				asp->cfg.role = OSMO_SS7_ASP_ROLE_SG;
 				asp->cfg.local.host[0] = NULL;
-				asp->cfg.remote.host_cnt = 1;
+				asp->cfg.local.host_cnt = 1;
 				asp->cfg.remote.port = atoi(portbuf);
 				asp->cfg.remote.host[0] = talloc_strdup(asp, hostbuf);
 				asp->cfg.remote.host_cnt = 1;

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

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I3d991849459378b35a5b4f248cc208f956e494be
Gerrit-Change-Number: 15990
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191106/b07d70b3/attachment.htm>


More information about the gerrit-log mailing list