[NETFILTER]: fix ctnetlink 'create_expect' parsing
authorHarald Welte <laforge@netfilter.org>
Wed, 10 Aug 2005 03:03:22 +0000 (20:03 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:39:10 +0000 (15:39 -0700)
There was a stupid copy+paste mistake where we parse the MASK nfattr into
the "tuple" variable instead of the "mask" variable.  This patch fixes it.
Thanks to Pablo Neira.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found