netfilter: ctnetlink: use EOPNOTSUPP instead of EINVAL if the conntrack has no helper
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 17 Nov 2008 14:55:48 +0000 (15:55 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 17 Nov 2008 14:55:48 +0000 (15:55 +0100)
This patch changes the return value if the conntrack has no helper assigned.
Instead of EINVAL, which is reserved for malformed messages, it returns
EOPNOTSUPP.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found