sctp: remove 'resent' bit from the chunk
[safe/jmp/linux-2.6] / net / sctp / sm_make_chunk.c
index 33aed1c..24effdf 100644 (file)
@@ -1205,7 +1205,6 @@ struct sctp_chunk *sctp_chunkify(struct sk_buff *skb,
        INIT_LIST_HEAD(&retval->list);
        retval->skb             = skb;
        retval->asoc            = (struct sctp_association *)asoc;
-       retval->resent          = 0;
        retval->has_tsn         = 0;
        retval->has_ssn         = 0;
        retval->rtt_in_progress = 0;