netfilter: bridge: fix module autoload in compat case
authorFlorian Westphal <fw@strlen.de>
Wed, 22 Feb 2012 15:14:32 +0000 (16:14 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 25 Feb 2012 13:29:09 +0000 (14:29 +0100)
We expected 0 if module doesn't exist, which is no longer the case
(42046e2e45c109ba703993c510401a11f716c8df,
netfilter: x_tables: return -ENOENT for non-existant matches/targets).

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found