netfilter: xtables: change xt_match.checkentry return type
[deliverable/linux.git] / net / netfilter / xt_recent.c
index 85309448c5e73ba917ce7fa0d098ded3a432443c..52042c8bf7f2795324bf6fc9ed447bbda767ae1f 100644 (file)
@@ -305,7 +305,7 @@ out:
        return ret;
 }
 
-static bool recent_mt_check(const struct xt_mtchk_param *par)
+static int recent_mt_check(const struct xt_mtchk_param *par)
 {
        struct recent_net *recent_net = recent_pernet(par->net);
        const struct xt_recent_mtinfo *info = par->matchinfo;
This page took 0.028758 seconds and 5 git commands to generate.