commit | f449b3b54d2263d65a11429050765c325c9809f4 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Tue Feb 19 17:18:20 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 19 17:18:20 2008 -0800 |
tree | 399974034b526e8ca341822a7236bd86479937a4 | |
parent | e2b58a67b91dec07dfb40ca2056c64011ce8489d [diff] |
[NETFILTER]: xt_u32: drop the actually unused variable from u32_match_it The int ret variable is used only to trigger the BUG_ON() after the skb_copy_bits() call, so check the call failure directly and drop the variable. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>