aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_sccp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-23 16:11:21 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-23 16:11:21 +0100
commit4c9dd160c3ac8f4049d5f0c3d929bdfceb26fde6 (patch)
tree2918d19aa6a11f092cfae94e40f56be5c18e9de0 /include/bsc_sccp.h
parent47c9faac3b86f14a1dda0592d5bcf297f72c823f (diff)
sccp: The link attribute was never used leading to a crash
Right now we assume that the source of an application with SCCP state tracking is a linkset. Send the message to that linkset.
Diffstat (limited to 'include/bsc_sccp.h')
-rw-r--r--include/bsc_sccp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bsc_sccp.h b/include/bsc_sccp.h
index 76e4437..6b4f6c4 100644
--- a/include/bsc_sccp.h
+++ b/include/bsc_sccp.h
@@ -57,7 +57,6 @@ struct active_sccp_con {
/* Link to the SS7 Application */
struct ss7_application *app;
- struct mtp_link_set *link;
/* sls id */
int sls;