netfilter: nfnetlink_log: remove unnecessary error messages
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 6 Nov 2014 11:32:28 +0000 (12:32 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 13 Nov 2014 12:13:00 +0000 (13:13 +0100)
commit8225161545a67bdb68cf86beafcdce1604720605
tree5d305b30e58d2327a55234f449dce4538e53a48b
parent56768644317c7746cb63f61573fcdc2355885707
netfilter: nfnetlink_log: remove unnecessary error messages

In case of OOM, there's nothing userspace can do.

If there's no room to put the payload in __build_packet_message(),
jump to nla_put_failure which already performs the corresponding
error reporting.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nfnetlink_log.c
This page took 0.026793 seconds and 5 git commands to generate.