aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-20 00:38:20 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-20 00:38:20 +0100
commit9442c1b9bad3426ece07edc7fa2dca7464fc302a (patch)
tree3e3efa687155071965d120bb127d5ec5a7a712e1 /openbsc
parent4d2d95b35addba99a7927041554d50ed7452fd7c (diff)
parente2c5028dc4ca8b3f9f4846b658a9b80ec3e70f4d (diff)
Merge branch 'on-waves/sccp'
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/sccp/sccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/sccp/sccp.c b/openbsc/src/sccp/sccp.c
index d9c232249..b0de239ab 100644
--- a/openbsc/src/sccp/sccp.c
+++ b/openbsc/src/sccp/sccp.c
@@ -209,7 +209,7 @@ int _sccp_parse_connection_request(struct msgb *msgb, struct sccp_parse_result *
static const u_int32_t called_offset =
offsetof(struct sccp_connection_request, variable_called);
- struct sccp_connection_request *req = (struct sccp_connection_request *)msgb->data;
+ struct sccp_connection_request *req = (struct sccp_connection_request *)msgb->l2h;
struct sccp_optional_data optional_data;
/* header check */