netfilter: xtables: slightly better error reporting
authorJan Engelhardt <jengelh@medozas.de>
Fri, 19 Mar 2010 16:32:59 +0000 (17:32 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 25 Mar 2010 15:56:09 +0000 (16:56 +0100)
When extended status codes are available, such as ENOMEM on failed
allocations, or subsequent functions (e.g. nf_ct_get_l3proto), passing
them up to userspace seems like a good idea compared to just always
EINVAL.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>

No differences found