commit | f0e3d0689da401f7d1981c2777a714ba295ea5ff | [log] [tgz] |
---|---|---|
author | Mike Waychison <mikew@google.com> | Wed Aug 10 21:59:57 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 10 21:59:57 2011 -0700 |
tree | a8b2311c0cf7573c22d99c6917c08e77b225d637 | |
parent | 56c07271307b4a20802005692b2b70dfe13d72e8 [diff] |
tcp: initialize variable ecn_ok in syncookies path Using a gcc 4.4.3, warnings are emitted for a possibly uninitialized use of ecn_ok. This can happen if cookie_check_timestamp() returns due to not having seen a timestamp. Defaulting to ecn off seems like a reasonable thing to do in this case, so initialized ecn_ok to false. Signed-off-by: Mike Waychison <mikew@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>