[NETFILTER]: x_tables: switch xt_match->checkentry to bool
[deliverable/linux.git] / net / netfilter / xt_sctp.c
index a118a4c71563822d852a12a0ce3daf7413f08f28..22df338b393459c4e6e196250c50c1fc88c9d9ed 100644 (file)
@@ -158,7 +158,7 @@ match(const struct sk_buff *skb,
                           XT_SCTP_CHUNK_TYPES, info->flags, info->invflags);
 }
 
-static int
+static bool
 checkentry(const char *tablename,
           const void *inf,
           const struct xt_match *match,
This page took 0.026554 seconds and 5 git commands to generate.