netfilter: x_tables: return -ENOENT for non-existant matches/targets
authorPatrick McHardy <kaber@trash.net>
Mon, 14 Mar 2011 18:11:44 +0000 (19:11 +0100)
committerPatrick 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