netfilter: nf_conntrack: table max size should hold at least table size
authorHagen Paul Pfeifer <hagen@jauu.net>
Fri, 20 Feb 2009 09:47:09 +0000 (10:47 +0100)
committerPatrick McHardy <kaber@trash.net>
Fri, 20 Feb 2009 09:47:09 +0000 (10:47 +0100)
Table size is defined as unsigned, wheres the table maximum size is
defined as a signed integer. The calculation of max is 8 or 4,
multiplied the table size. Therefore the max value is aligned to
unsigned.

Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found