[NETFILTER] ip_conntrack: fix ftp/irc/tftp helpers on ports >= 32768
authorHarald Welte <laforge@netfilter.org>
Thu, 17 Nov 2005 23:06:47 +0000 (15:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Nov 2005 23:06:47 +0000 (15:06 -0800)
commit2fce76afdb067fa3e7f8ee33c9fe366bd65887ea
tree1c3c543169d446d495711860250dca4b319343fb
parentbd6af700a7191f483f41706467033588f28c8877
[NETFILTER] ip_conntrack: fix ftp/irc/tftp helpers on ports >= 32768

Since we've converted the ftp/irc/tftp helpers to use the new
module_parm_array() some time ago, we ware accidentially using signed data
types - thus preventing those modules from being used on ports >= 32768.

This patch fixes it by using 'ushort' module parameters.

Thanks to Jan Nijs for reporting this bug.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_conntrack_ftp.c
net/ipv4/netfilter/ip_conntrack_irc.c
net/ipv4/netfilter/ip_conntrack_tftp.c