[MERGED] libosmo-sccp[master]: fix struct member typo: repsonding_addr in osmo_scu_disconn_...

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Jul 7 13:26:18 UTC 2016


Neels Hofmeyr has submitted this change and it was merged.

Change subject: fix struct member typo: repsonding_addr in osmo_scu_disconn_param
......................................................................


fix struct member typo: repsonding_addr in osmo_scu_disconn_param

By accident, I already fixed this typo in osmo-iuh, breaking the build. Instead
of reverting there, fix it here.

Change-Id: I4076fb37c0d94be7adff46e76465884a61c54c9a
---
M include/osmocom/sigtran/sccp_sap.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/sigtran/sccp_sap.h b/include/osmocom/sigtran/sccp_sap.h
index 1ab08f5..a155de5 100644
--- a/include/osmocom/sigtran/sccp_sap.h
+++ b/include/osmocom/sigtran/sccp_sap.h
@@ -174,7 +174,7 @@
 /* OSMO_SCU_PRIM_N_DISCONNECT */
 struct osmo_scu_disconn_param {
 	enum osmo_sccp_originator originator;
-	struct osmo_sccp_addr repsonding_addr;
+	struct osmo_sccp_addr responding_addr;
 	uint32_t cause;
 	uint32_t conn_id;
 	uint32_t importance;

-- 
To view, visit https://gerrit.osmocom.org/486
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4076fb37c0d94be7adff46e76465884a61c54c9a
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list