[NETFILTER]: x_tables: switch hotdrop to bool
[deliverable/linux.git] / net / netfilter / xt_state.c
index 149294f7df7147bfc6c770db001396196563f341..74fe069fc3aaafd0deafad45d4f4cbe77d9957fc 100644 (file)
@@ -28,7 +28,7 @@ match(const struct sk_buff *skb,
       const void *matchinfo,
       int offset,
       unsigned int protoff,
-      int *hotdrop)
+      bool *hotdrop)
 {
        const struct xt_state_info *sinfo = matchinfo;
        enum ip_conntrack_info ctinfo;
This page took 0.023379 seconds and 5 git commands to generate.