]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_rateest.c
netfilter: xtables: change xt_match.checkentry return type
[net-next-2.6.git] / net / netfilter / xt_rateest.c
index 4fc6a917f6de5b30d55de8dba82531be03e67826..3b5e3d613b18b89ede0891eb2e73ae84356d8400 100644 (file)
@@ -74,7 +74,7 @@ xt_rateest_mt(const struct sk_buff *skb, const struct xt_match_param *par)
        return ret;
 }
 
-static bool xt_rateest_mt_checkentry(const struct xt_mtchk_param *par)
+static int xt_rateest_mt_checkentry(const struct xt_mtchk_param *par)
 {
        struct xt_rateest_match_info *info = par->matchinfo;
        struct xt_rateest *est1, *est2;