diff options
Diffstat (limited to 'net/sctp')
-rw-r--r-- | net/sctp/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/output.c b/net/sctp/output.c index 901764b17aee..60600d337a3a 100644 --- a/net/sctp/output.c +++ b/net/sctp/output.c | |||
@@ -94,7 +94,6 @@ struct sctp_packet *sctp_packet_config(struct sctp_packet *packet, | |||
94 | SCTP_DEBUG_PRINTK("%s: packet:%p vtag:0x%x\n", __func__, | 94 | SCTP_DEBUG_PRINTK("%s: packet:%p vtag:0x%x\n", __func__, |
95 | packet, vtag); | 95 | packet, vtag); |
96 | 96 | ||
97 | sctp_packet_reset(packet); | ||
98 | packet->vtag = vtag; | 97 | packet->vtag = vtag; |
99 | 98 | ||
100 | if (ecn_capable && sctp_packet_empty(packet)) { | 99 | if (ecn_capable && sctp_packet_empty(packet)) { |