[NETFILTER]: x_tables: switch hotdrop to bool
[deliverable/linux.git] / net / netfilter / xt_mark.c
index 39911dddb01103e95389c13ba9d328117702e06b..944d1ea560292a4bc44f3ab77ddc3aa9349de16e 100644 (file)
@@ -27,7 +27,7 @@ match(const struct sk_buff *skb,
       const void *matchinfo,
       int offset,
       unsigned int protoff,
-      int *hotdrop)
+      bool *hotdrop)
 {
        const struct xt_mark_info *info = matchinfo;
 
This page took 0.026334 seconds and 5 git commands to generate.