aboutsummaryrefslogtreecommitdiffstats
path: root/src/sctp_m2ua.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-18 13:29:42 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 11:37:50 +0100
commitbee2ed18c7fd1d8316a17a0ff3ba97f7b518c00e (patch)
tree2b10e515a533af24435e6b80ed17c6b0e27dd46d /src/sctp_m2ua.c
parent84899a484c1a38bd487435160e1eaf9619c08b0d (diff)
mtp: Make the input path work on a specific link of the linkset
Diffstat (limited to 'src/sctp_m2ua.c')
-rw-r--r--src/sctp_m2ua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sctp_m2ua.c b/src/sctp_m2ua.c
index 1ebae60..a4743fa 100644
--- a/src/sctp_m2ua.c
+++ b/src/sctp_m2ua.c
@@ -322,7 +322,7 @@ static int m2ua_handle_data(struct sctp_m2ua_conn *conn,
link = &conn->trans->base;
if (link->pcap_fd >= 0)
mtp_pcap_write_msu(link->pcap_fd, msg->l2h, msgb_l2len(msg));
- mtp_link_set_data(link->the_link, msg);
+ mtp_link_set_data(link, msg);
msgb_free(msg);
return 0;