diff options
Diffstat (limited to 'net/ipv4/inet_connection_sock.c')
-rw-r--r-- | net/ipv4/inet_connection_sock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/inet_connection_sock.c b/net/ipv4/inet_connection_sock.c index 026630a15ea0..fe3c6d3d0c91 100644 --- a/net/ipv4/inet_connection_sock.c +++ b/net/ipv4/inet_connection_sock.c | |||
@@ -508,7 +508,8 @@ struct sock *inet_csk_clone(struct sock *sk, const struct request_sock *req, | |||
508 | newsk->sk_write_space = sk_stream_write_space; | 508 | newsk->sk_write_space = sk_stream_write_space; |
509 | 509 | ||
510 | newicsk->icsk_retransmits = 0; | 510 | newicsk->icsk_retransmits = 0; |
511 | newicsk->icsk_backoff = 0; | 511 | newicsk->icsk_backoff = 0; |
512 | newicsk->icsk_probes_out = 0; | ||
512 | 513 | ||
513 | /* Deinitialize accept_queue to trap illegal accesses. */ | 514 | /* Deinitialize accept_queue to trap illegal accesses. */ |
514 | memset(&newicsk->icsk_accept_queue, 0, sizeof(newicsk->icsk_accept_queue)); | 515 | memset(&newicsk->icsk_accept_queue, 0, sizeof(newicsk->icsk_accept_queue)); |