git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3e241b
)
netfilter: ipset: add missing break statemtns in ip_set_get_ip_port()
author
Patrick McHardy
<kaber@trash.net>
Wed, 2 Feb 2011 08:31:37 +0000
(09:31 +0100)
committer
Patrick McHardy
<kaber@trash.net>
Wed, 2 Feb 2011 08:31:37 +0000
(09:31 +0100)
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 <kaber@trash.net>
No differences found