Merge branch 'on-waves/sccp'

This commit is contained in:
Holger Hans Peter Freyther 2010-02-20 00:38:20 +01:00
commit 9442c1b9ba
1 changed files with 1 additions and 1 deletions

View File

@ -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 */