netfilter: ctnetlink: fix reliable event delivery if message building fails
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 16 Mar 2010 13:30:21 +0000 (13:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Mar 2010 21:29:03 +0000 (14:29 -0700)
This patch fixes a bug that allows to lose events when reliable
event delivery mode is used, ie. if NETLINK_BROADCAST_SEND_ERROR
and NETLINK_RECV_NO_ENOBUFS socket options are set.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found