[NETFILTER]: x_tables: switch hotdrop to bool
[deliverable/linux.git] / net / ipv6 / netfilter / ip6t_ipv6header.c
index fd6a0869099b6034d3f8a031a320d36e829a4994..469dec27c649a0949572164f81fb6cc45e751f01 100644 (file)
@@ -34,7 +34,7 @@ ipv6header_match(const struct sk_buff *skb,
                 const void *matchinfo,
                 int offset,
                 unsigned int protoff,
-                int *hotdrop)
+                bool *hotdrop)
 {
        const struct ip6t_ipv6header_info *info = matchinfo;
        unsigned int temp;
This page took 0.027707 seconds and 5 git commands to generate.