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 15:06:07 UTC 2019


fixeria has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/src/osmo_ss7.c b/src/osmo_ss7.c
index 1b9e3d1..77e8f72 100644
--- a/src/osmo_ss7.c
+++ b/src/osmo_ss7.c
@@ -1764,7 +1764,7 @@
 					sock_name, asp->cfg.name);
 				asp->cfg.is_server = true;
 				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: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191106/6823e82a/attachment.htm>


More information about the gerrit-log mailing list