diff options
| -rw-r--r-- | net/ipv4/ipvs/ip_vs_ftp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/ipvs/ip_vs_ftp.c b/net/ipv4/ipvs/ip_vs_ftp.c index 4df215c51c71..62505d8f9ff6 100644 --- a/net/ipv4/ipvs/ip_vs_ftp.c +++ b/net/ipv4/ipvs/ip_vs_ftp.c | |||
| @@ -44,8 +44,8 @@ | |||
| 44 | * List of ports (up to IP_VS_APP_MAX_PORTS) to be handled by helper | 44 | * List of ports (up to IP_VS_APP_MAX_PORTS) to be handled by helper |
| 45 | * First port is set to the default port. | 45 | * First port is set to the default port. |
| 46 | */ | 46 | */ |
| 47 | static int ports[IP_VS_APP_MAX_PORTS] = {21, 0}; | 47 | static unsigned short ports[IP_VS_APP_MAX_PORTS] = {21, 0}; |
| 48 | module_param_array(ports, int, NULL, 0); | 48 | module_param_array(ports, ushort, NULL, 0); |
| 49 | MODULE_PARM_DESC(ports, "Ports to monitor for FTP control commands"); | 49 | MODULE_PARM_DESC(ports, "Ports to monitor for FTP control commands"); |
| 50 | 50 | ||
| 51 | 51 | ||
