commit | 42046e2e45c109ba703993c510401a11f716c8df | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Mar 14 19:11:44 2011 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Mon Mar 14 19:11:44 2011 +0100 |
tree | 36bb1f61d73c1f8372ec596c92c0a70d7f29d14f | |
parent | adb00ae2ea0ec65f9d3d06079950c0f0ade3b614 [diff] |
netfilter: x_tables: return -ENOENT for non-existant matches/targets 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>