diff options
| -rw-r--r-- | net/sctp/outqueue.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index 247ebc95c1e5..bc411c896216 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c | |||
| @@ -929,7 +929,6 @@ static int sctp_outq_flush(struct sctp_outq *q, int rtx_timeout) | |||
| 929 | } | 929 | } |
| 930 | 930 | ||
| 931 | /* Finally, transmit new packets. */ | 931 | /* Finally, transmit new packets. */ |
| 932 | start_timer = 0; | ||
| 933 | while ((chunk = sctp_outq_dequeue_data(q)) != NULL) { | 932 | while ((chunk = sctp_outq_dequeue_data(q)) != NULL) { |
| 934 | /* RFC 2960 6.5 Every DATA chunk MUST carry a valid | 933 | /* RFC 2960 6.5 Every DATA chunk MUST carry a valid |
| 935 | * stream identifier. | 934 | * stream identifier. |
| @@ -1028,7 +1027,7 @@ static int sctp_outq_flush(struct sctp_outq *q, int rtx_timeout) | |||
| 1028 | list_add_tail(&chunk->transmitted_list, | 1027 | list_add_tail(&chunk->transmitted_list, |
| 1029 | &transport->transmitted); | 1028 | &transport->transmitted); |
| 1030 | 1029 | ||
| 1031 | sctp_transport_reset_timers(transport, start_timer-1); | 1030 | sctp_transport_reset_timers(transport, 0); |
| 1032 | 1031 | ||
| 1033 | q->empty = 0; | 1032 | q->empty = 0; |
| 1034 | 1033 | ||
