This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ipv4 / netfilter / ip_nat_ftp.c
index 65da7b3..be00284 100644 (file)
@@ -34,7 +34,7 @@ MODULE_DESCRIPTION("ftp NAT helper");
 static int ports[MAX_PORTS];
 static int ports_c;
 
-module_param_array(ports, int, &ports_c, 0400);
+module_param_array(ports, int, ports_c, 0400);
 
 /* FIXME: Time out? --RR */