From: David S. Miller Date: Mon, 18 Apr 2011 00:06:15 +0000 (-0700) Subject: netfilter: ip6table_mangle: Fix set-but-unused variables. X-Git-Tag: v3.0-rc1~377^2~345 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b169f6db40605d0907458d1ff78ceac2b194a44f;p=pandora-kernel.git netfilter: ip6table_mangle: Fix set-but-unused variables. The variable 'flowlabel' is set but unused in ip6t_mangle_out(). The intention here was to compare this key to the header value after mangling, and trigger a route lookup on mismatch. Make it so. Signed-off-by: David S. Miller --- Reading git-diff-tree failed