netfilter: xtables: change xt_match.checkentry return type
[linux-2.6-block.git] / net / ipv4 / netfilter / ipt_ecn.c
index e661108c73f18de89abdd07073fe5f18a55eb72c..d1e234fe7f1ad27f4dae665d89e45709647b33d4 100644 (file)
@@ -85,7 +85,7 @@ static bool ecn_mt(const struct sk_buff *skb, const struct xt_match_param *par)
        return true;
 }
 
-static bool ecn_mt_check(const struct xt_mtchk_param *par)
+static int ecn_mt_check(const struct xt_mtchk_param *par)
 {
        const struct ipt_ecn_info *info = par->matchinfo;
        const struct ipt_ip *ip = par->entryinfo;