]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_statistic.c
netfilter: xtables: change xt_match.checkentry return type
[net-next-2.6.git] / net / netfilter / xt_statistic.c
index 51ac1bbb4f52a2078368832195a1c42097442a7b..a577ab008f575edd5315aeebf6f1224abacb1ac1 100644 (file)
@@ -52,7 +52,7 @@ statistic_mt(const struct sk_buff *skb, const struct xt_match_param *par)
        return ret;
 }
 
-static bool statistic_mt_check(const struct xt_mtchk_param *par)
+static int statistic_mt_check(const struct xt_mtchk_param *par)
 {
        struct xt_statistic_info *info = par->matchinfo;