netfilter: xtables: change xt_match.checkentry return type
[deliverable/linux.git] / net / bridge / netfilter / ebt_ip6.c
index 63e3888d20cf676510526908d78491a387b47df1..fa4ecf50fdc97a6b62e5aea512428a4314ede85f 100644 (file)
@@ -80,7 +80,7 @@ ebt_ip6_mt(const struct sk_buff *skb, const struct xt_match_param *par)
        return true;
 }
 
-static bool ebt_ip6_mt_check(const struct xt_mtchk_param *par)
+static int ebt_ip6_mt_check(const struct xt_mtchk_param *par)
 {
        const struct ebt_entry *e = par->entryinfo;
        struct ebt_ip6_info *info = par->matchinfo;
This page took 0.025553 seconds and 5 git commands to generate.