]> git.karo-electronics.de Git - karo-tx-linux.git/commit
netfilter: xt_connlimit: fix regression caused by zero family value
authorJan Engelhardt <jengelh@medozas.de>
Sat, 7 Nov 2009 02:08:32 +0000 (18:08 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 8 Dec 2009 18:22:33 +0000 (10:22 -0800)
commit380cf591fc6682b1297415c7e90c17e578f3bf44
treed1fa78eee5a95ed6be2e7d6b475794d5b18b514a
parent325786e848323cd6c3e658886448ceafda09bf86
netfilter: xt_connlimit: fix regression caused by zero family value

commit 539054a8fa5141c9a4e9ac6a86d249e3f2bdef45 upstream.

Commit v2.6.28-rc1~717^2~109^2~2 was slightly incomplete; not all
instances of par->match->family were changed to par->family.

References: http://bugzilla.netfilter.org/show_bug.cgi?id=610
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/netfilter/xt_connlimit.c