]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/ipv6/netfilter/ip6t_frag.c
netfilter: xtables: change xt_match.checkentry return type
[mirror_ubuntu-zesty-kernel.git] / net / ipv6 / netfilter / ip6t_frag.c
index 5c0da913b4ab1b7424fc1a20afe80a69ca50bf1f..c2dba2701fa3b4630861bf498f1ad79600d4d7d7 100644 (file)
@@ -102,7 +102,7 @@ frag_mt6(const struct sk_buff *skb, const struct xt_match_param *par)
                  (ntohs(fh->frag_off) & IP6_MF));
 }
 
-static bool frag_mt6_check(const struct xt_mtchk_param *par)
+static int frag_mt6_check(const struct xt_mtchk_param *par)
 {
        const struct ip6t_frag *fraginfo = par->matchinfo;