aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/sm_make_chunk.c')
-rw-r--r--net/sctp/sm_make_chunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index 92e332e17391..244181413bca 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -1544,7 +1544,7 @@ void sctp_chunk_assign_ssn(struct sctp_chunk *chunk)
1544 1544
1545 /* All fragments will be on the same stream */ 1545 /* All fragments will be on the same stream */
1546 sid = ntohs(chunk->subh.data_hdr->stream); 1546 sid = ntohs(chunk->subh.data_hdr->stream);
1547 stream = chunk->asoc->stream; 1547 stream = &chunk->asoc->stream;
1548 1548
1549 /* Now assign the sequence number to the entire message. 1549 /* Now assign the sequence number to the entire message.
1550 * All fragments must have the same stream sequence number. 1550 * All fragments must have the same stream sequence number.