[NETFILTER]: x_tables: switch xt_match->match to bool
[deliverable/linux.git] / net / netfilter / xt_realm.c
index 41451f57919c99206eec378d7e609a6acfae7999..ad82c132694c27c7932dedf9add29cf046d59566 100644 (file)
@@ -21,7 +21,7 @@ MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("X_tables realm match");
 MODULE_ALIAS("ipt_realm");
 
-static int
+static bool
 match(const struct sk_buff *skb,
       const struct net_device *in,
       const struct net_device *out,
This page took 0.046794 seconds and 5 git commands to generate.