Bluetooth: Use the proper error value from bt_skb_send_alloc()
[pandora-kernel.git] / net / sctp / output.c
index 901764b..60600d3 100644 (file)
@@ -94,7 +94,6 @@ struct sctp_packet *sctp_packet_config(struct sctp_packet *packet,
        SCTP_DEBUG_PRINTK("%s: packet:%p vtag:0x%x\n", __func__,
                          packet, vtag);
 
-       sctp_packet_reset(packet);
        packet->vtag = vtag;
 
        if (ecn_capable && sctp_packet_empty(packet)) {