netfilter: xtables: change xt_match.checkentry return type
[deliverable/linux.git] / net / bridge / netfilter / ebt_arp.c
index e727697c58476ede5ce5ce00d8d3549aa4ef2971..fc62055adb170aa8fe4b0533b43856d382740b3e 100644 (file)
@@ -100,7 +100,7 @@ ebt_arp_mt(const struct sk_buff *skb, const struct xt_match_param *par)
        return true;
 }
 
-static bool ebt_arp_mt_check(const struct xt_mtchk_param *par)
+static int ebt_arp_mt_check(const struct xt_mtchk_param *par)
 {
        const struct ebt_arp_info *info = par->matchinfo;
        const struct ebt_entry *e = par->entryinfo;
This page took 0.032463 seconds and 5 git commands to generate.