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:
b51d3fa
)
netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()
author
Arturo Borrero
<arturo.borrero.glez@gmail.com>
Sun, 26 Oct 2014 11:22:40 +0000
(12:22 +0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Mon, 27 Oct 2014 21:17:46 +0000
(22:17 +0100)
The code looks for an already loaded target, and the correct list to search
is nft_target_list, not nft_match_list.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
No differences found