netfilter: ctnetlink: report error if event message allocation fails
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 17 Apr 2009 15:47:31 +0000 (17:47 +0200)
committerPatrick McHardy <kaber@trash.net>
Fri, 17 Apr 2009 15:47:31 +0000 (17:47 +0200)
commit150ace0db360373d2016a2497d252138a59c5ba8
treea5fa3f9b101c6120fc3a7bcecb1e7618e07fb2db
parent98d500d66cb7940747b424b245fc6a51ecfbf005
netfilter: ctnetlink: report error if event message allocation fails

This patch fixes an inconsistency that results in no error reports
to user-space listeners if we fail to allocate the event message.

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