]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - net/netfilter/xt_cluster.c
netfilter: xtables: change xt_match.checkentry return type
[mirror_ubuntu-focal-kernel.git] / net / netfilter / xt_cluster.c
index 4c273e871301975f4435b152dd53dfcd05f47929..1f2c35ef1427bc77e1a4cc4edb36b16f9a5ae1a0 100644 (file)
@@ -132,7 +132,7 @@ xt_cluster_mt(const struct sk_buff *skb, const struct xt_match_param *par)
               !!(info->flags & XT_CLUSTER_F_INV);
 }
 
-static bool xt_cluster_mt_checkentry(const struct xt_mtchk_param *par)
+static int xt_cluster_mt_checkentry(const struct xt_mtchk_param *par)
 {
        struct xt_cluster_match_info *info = par->matchinfo;