- Update to 3.3-rc2.
[linux-flexiantxendom0-3.2.10.git] / net / netfilter / nf_conntrack_ftp.c
index 031b856..c4b89f7 100644 (file)
@@ -42,7 +42,7 @@ static u_int16_t ports[MAX_PORTS];
 static unsigned int ports_c;
 module_param_array(ports, ushort, &ports_c, 0400);
 
-static int loose;
+static bool loose;
 module_param(loose, bool, 0600);
 
 unsigned int (*nf_nat_ftp_hook)(struct sk_buff *skb,