git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c85dd
)
netfilter: ip6table_mangle: Fix set-but-unused variables.
author
David S. Miller
<davem@davemloft.net>
Mon, 18 Apr 2011 00:06:15 +0000
(17:06 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 18 Apr 2011 00:06:15 +0000
(17:06 -0700)
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 <davem@davemloft.net>
No differences found