]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - net/netfilter/xt_sctp.c
netfilter: xtables: change xt_match.checkentry return type
[mirror_ubuntu-focal-kernel.git] / net / netfilter / xt_sctp.c
index 977b182dea594ab34c983dafa3cc4ba16aa71520..5037a7a0059c6ee273764929b226873aa59d2edd 100644 (file)
@@ -144,7 +144,7 @@ sctp_mt(const struct sk_buff *skb, const struct xt_match_param *par)
                           XT_SCTP_CHUNK_TYPES, info->flags, info->invflags);
 }
 
-static bool sctp_mt_check(const struct xt_mtchk_param *par)
+static int sctp_mt_check(const struct xt_mtchk_param *par)
 {
        const struct xt_sctp_info *info = par->matchinfo;