From: Mike Waychison Date: Thu, 11 Aug 2011 04:59:57 +0000 (-0700) Subject: tcp: initialize variable ecn_ok in syncookies path X-Git-Tag: v3.1-rc2~19^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e3d0689da401f7d1981c2777a714ba295ea5ff;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed