netfilter: xtables: change xt_match.checkentry return type
[deliverable/linux.git] / net / ipv6 / netfilter / ip6_tables.c
index 41e2429c016331ddc8831667444a49a7df55bad2..595b45d52ff343c425836ada73f097d3275ebd71 100644 (file)
@@ -2209,7 +2209,7 @@ icmp6_match(const struct sk_buff *skb, const struct xt_match_param *par)
 }
 
 /* Called when user tries to insert an entry of this type. */
-static bool icmp6_checkentry(const struct xt_mtchk_param *par)
+static int icmp6_checkentry(const struct xt_mtchk_param *par)
 {
        const struct ip6t_icmp *icmpinfo = par->matchinfo;
 
This page took 0.025863 seconds and 5 git commands to generate.