]> Pileus Git - ~andy/linux/blobdiff - net/ipv4/syncookies.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy...
[~andy/linux] / net / ipv4 / syncookies.c
index 92bb9434b338d0064becad817e2aaf96f402870d..3bc5c8f7c71bba52e2a005d95566e52327ef7fa6 100644 (file)
@@ -276,7 +276,7 @@ struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb,
        int mss;
        struct rtable *rt;
        __u8 rcv_wscale;
-       bool ecn_ok;
+       bool ecn_ok = false;
 
        if (!sysctl_tcp_syncookies || !th->ack || th->rst)
                goto out;