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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index 33aed1c6cbd6..24effdf471eb 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -1205,7 +1205,6 @@ struct sctp_chunk *sctp_chunkify(struct sk_buff *skb,
1205 INIT_LIST_HEAD(&retval->list); 1205 INIT_LIST_HEAD(&retval->list);
1206 retval->skb = skb; 1206 retval->skb = skb;
1207 retval->asoc = (struct sctp_association *)asoc; 1207 retval->asoc = (struct sctp_association *)asoc;
1208 retval->resent = 0;
1209 retval->has_tsn = 0; 1208 retval->has_tsn = 0;
1210 retval->has_ssn = 0; 1209 retval->has_ssn = 0;
1211 retval->rtt_in_progress = 0; 1210 retval->rtt_in_progress = 0;