commit | bfe2967735e0e0f650bf698a5683db2b6cf4cfd7 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Nov 17 15:55:48 2008 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Mon Nov 17 15:55:48 2008 +0100 |
tree | 684c115dd4d1d820ad0a6764fcd2e51324f91d43 | |
parent | 238ede8160443a32379fd8f9eb88d00456a09bb4 [diff] |
netfilter: ctnetlink: use EOPNOTSUPP instead of EINVAL if the conntrack has no helper 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>