From bfdbde2bd8477c466feadbd563a3caf1e7e704db Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 7 Jul 2016 15:23:14 +0200 Subject: 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 --- include/osmocom/sigtran/sccp_sap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/sigtran') 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 @@ enum osmo_sccp_originator { /* 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; -- cgit v1.2.3