netfilter: xtables: change xt_match.checkentry return type
[safe/jmp/linux-2.6] / net / ipv6 / netfilter / ip6t_hbh.c
index f4b7388..1b29431 100644 (file)
@@ -164,7 +164,7 @@ hbh_mt6(const struct sk_buff *skb, const struct xt_match_param *par)
        return false;
 }
 
-static bool hbh_mt6_check(const struct xt_mtchk_param *par)
+static int hbh_mt6_check(const struct xt_mtchk_param *par)
 {
        const struct ip6t_opts *optsinfo = par->matchinfo;