netfilter: xtables: change xt_match.checkentry return type
[deliverable/linux.git] / net / bridge / netfilter / ebt_among.c
index 60ad6308bc1fca1c9112cf7a5be50da321eeafbe..8a75d399b510e027642620c64f1f9277faf72844 100644 (file)
@@ -172,7 +172,7 @@ ebt_among_mt(const struct sk_buff *skb, const struct xt_match_param *par)
        return true;
 }
 
-static bool ebt_among_mt_check(const struct xt_mtchk_param *par)
+static int ebt_among_mt_check(const struct xt_mtchk_param *par)
 {
        const struct ebt_among_info *info = par->matchinfo;
        const struct ebt_entry_match *em =
This page took 0.034216 seconds and 5 git commands to generate.