diff options
Diffstat (limited to 'net/ipv4/tcp_timer.c')
| -rw-r--r-- | net/ipv4/tcp_timer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index 2568fd282873..8c65dc147d8b 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c @@ -167,7 +167,7 @@ static int tcp_write_timeout(struct sock *sk)  		if (icsk->icsk_retransmits) {  			dst_negative_advice(sk);  			if (tp->syn_fastopen || tp->syn_data) -				tcp_fastopen_cache_set(sk, 0, NULL, true); +				tcp_fastopen_cache_set(sk, 0, NULL, true, 0);  			if (tp->syn_data)  				NET_INC_STATS_BH(sock_net(sk),  						 LINUX_MIB_TCPFASTOPENACTIVEFAIL);  | 
