summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r--net/ipv4/tcp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index efd7f2b1d1f0..47c217905864 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -2822,8 +2822,7 @@ static int do_tcp_setsockopt(struct sock *sk, int level,
2822 if (optlen == TCP_FASTOPEN_KEY_BUF_LENGTH) 2822 if (optlen == TCP_FASTOPEN_KEY_BUF_LENGTH)
2823 backup_key = key + TCP_FASTOPEN_KEY_LENGTH; 2823 backup_key = key + TCP_FASTOPEN_KEY_LENGTH;
2824 2824
2825 return tcp_fastopen_reset_cipher(net, sk, key, backup_key, 2825 return tcp_fastopen_reset_cipher(net, sk, key, backup_key);
2826 TCP_FASTOPEN_KEY_LENGTH);
2827 } 2826 }
2828 default: 2827 default:
2829 /* fallthru */ 2828 /* fallthru */