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:
adb00ae
)
netfilter: x_tables: return -ENOENT for non-existant matches/targets
author
Patrick McHardy
<kaber@trash.net>
Mon, 14 Mar 2011 18:11:44 +0000
(19:11 +0100)
committer
Patrick McHardy
<kaber@trash.net>
Mon, 14 Mar 2011 18:11:44 +0000
(19:11 +0100)
As Stephen correctly points out, we need to return -ENOENT in
xt_find_match()/xt_find_target() after the patch "netfilter: x_tables:
misuse of try_then_request_module" in order to properly indicate
a non-existant module to the caller.
Signed-off-by: Patrick McHardy <kaber@trash.net>
No differences found