diff options
| author | Daniel Baluta <[email protected]> | 2014-03-19 13:58:25 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2014-03-20 20:17:22 +0000 |
| commit | e35bad5d876dc7b0bfd794a3ba328a442bd970e0 (patch) | |
| tree | 43b7a7a82f288015ddbc3cc1548c8c2fe6ab0332 /net/ipv4/tcp_ipv4.c | |
| parent | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... (diff) | |
| download | kernel-e35bad5d876dc7b0bfd794a3ba328a442bd970e0.tar.gz kernel-e35bad5d876dc7b0bfd794a3ba328a442bd970e0.zip | |
net: remove empty lines from tcp_syn_flood_action
Signed-off-by: Daniel Baluta <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
| -rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index c4f1d9a76c44..4555244607d0 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -880,8 +880,6 @@ bool tcp_syn_flood_action(struct sock *sk, bool want_cookie = false; struct listen_sock *lopt; - - #ifdef CONFIG_SYN_COOKIES if (sysctl_tcp_syncookies) { msg = "Sending cookies"; |
