[NETFILTER]: x_tables: switch hotdrop to bool
[deliverable/linux.git] / net / ipv6 / netfilter / ip6t_owner.c
index 43738bba00b548fb5b9174d41fcf7cd82a81b5fe..f90f7c32cc9e764f118b0c3b8efdd2a2668d60bf 100644 (file)
@@ -31,7 +31,7 @@ match(const struct sk_buff *skb,
       const void *matchinfo,
       int offset,
       unsigned int protoff,
-      int *hotdrop)
+      bool *hotdrop)
 {
        const struct ip6t_owner_info *info = matchinfo;
 
This page took 0.02383 seconds and 5 git commands to generate.