Skip to content
Commit 42046e2e authored by Patrick McHardy's avatar Patrick McHardy
Browse files

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: default avatarPatrick McHardy <kaber@trash.net>
parent adb00ae2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment