diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index a9db4b1a2215..c4b8b09db9f5 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -1511,6 +1511,7 @@ exit: | |||
1511 | return NULL; | 1511 | return NULL; |
1512 | put_and_exit: | 1512 | put_and_exit: |
1513 | tcp_clear_xmit_timers(newsk); | 1513 | tcp_clear_xmit_timers(newsk); |
1514 | tcp_cleanup_congestion_control(newsk); | ||
1514 | bh_unlock_sock(newsk); | 1515 | bh_unlock_sock(newsk); |
1515 | sock_put(newsk); | 1516 | sock_put(newsk); |
1516 | goto exit; | 1517 | goto exit; |