Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit ebf1bbfd authored by Harald Welte's avatar Harald Welte Committed by Chris Wright
Browse files

[PATCH] 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: default avatarHarald Welte <laforge@netfilter.org>
Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1369d380
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment