aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sctp_m3ua_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sctp_m3ua_client.c b/src/sctp_m3ua_client.c
index 972738c..26a63f1 100644
--- a/src/sctp_m3ua_client.c
+++ b/src/sctp_m3ua_client.c
@@ -299,7 +299,7 @@ static int m3ua_write(struct mtp_link *mtp_link, struct msgb *msg)
xua_msg_add_data(m3ua, M3UA_TAG_PROTO_DATA, msg->len, msg->data);
memset(&info, 0, sizeof(info));
- info.sinfo_stream = 0;
+ info.sinfo_stream = 1;
info.sinfo_assoc_id = 1;
info.sinfo_ppid = htonl(SCTP_PPID_M3UA);