diff options
Diffstat (limited to 'net/ipv4/tcp_minisocks.c')
-rw-r--r-- | net/ipv4/tcp_minisocks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c index 36a8fbd0e64e..fdfe89fe646b 100644 --- a/net/ipv4/tcp_minisocks.c +++ b/net/ipv4/tcp_minisocks.c | |||
@@ -405,7 +405,6 @@ struct sock *tcp_create_openreq_child(struct sock *sk, struct request_sock *req, | |||
405 | newicsk->icsk_rto = TCP_TIMEOUT_INIT; | 405 | newicsk->icsk_rto = TCP_TIMEOUT_INIT; |
406 | 406 | ||
407 | newtp->packets_out = 0; | 407 | newtp->packets_out = 0; |
408 | newtp->left_out = 0; | ||
409 | newtp->retrans_out = 0; | 408 | newtp->retrans_out = 0; |
410 | newtp->sacked_out = 0; | 409 | newtp->sacked_out = 0; |
411 | newtp->fackets_out = 0; | 410 | newtp->fackets_out = 0; |