[NETFILTER]: x_tables: switch hotdrop to bool
[deliverable/linux.git] / net / netfilter / xt_policy.c
index 15b45a95ec13b2711a52ad1a00029279b4946b4a..6878482cd52789c7cba141d3062541b4ce987eda 100644 (file)
@@ -115,7 +115,7 @@ static int match(const struct sk_buff *skb,
                 const void *matchinfo,
                 int offset,
                 unsigned int protoff,
-                int *hotdrop)
+                bool *hotdrop)
 {
        const struct xt_policy_info *info = matchinfo;
        int ret;
This page took 0.024264 seconds and 5 git commands to generate.