From: Patrick McHardy Date: Wed, 2 Feb 2011 08:31:37 +0000 (+0100) Subject: netfilter: ipset: add missing break statemtns in ip_set_get_ip_port() X-Git-Tag: v2.6.39-rc1~468^2~424^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=316ed388802533bcfd3dffb38d2ba29ac5428456;p=pandora-kernel.git netfilter: ipset: add missing break statemtns in ip_set_get_ip_port() Don't fall through in the switch statement, otherwise IPv4 headers are incorrectly parsed again as IPv6 and the return value will always be 'false'. Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed