git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5676864
)
netfilter: nfnetlink_log: remove unnecessary error messages
author
Pablo Neira Ayuso
<pablo@netfilter.org>
Thu, 6 Nov 2014 11:32:28 +0000
(12:32 +0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Thu, 13 Nov 2014 12:13:00 +0000
(13:13 +0100)
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>
No differences found