netfilter: xtables: change xt_match.checkentry return type
[deliverable/linux.git] / net / ipv6 / netfilter / ip6t_rt.c
index c58d6533657721d302dd68d255d4e950c1329a32..76397f35eafd1ec13ce5e97a206d6a8cb5022880 100644 (file)
@@ -183,7 +183,7 @@ static bool rt_mt6(const struct sk_buff *skb, const struct xt_match_param *par)
        return false;
 }
 
-static bool rt_mt6_check(const struct xt_mtchk_param *par)
+static int rt_mt6_check(const struct xt_mtchk_param *par)
 {
        const struct ip6t_rt *rtinfo = par->matchinfo;
 
This page took 0.026246 seconds and 5 git commands to generate.