From: Pablo Neira Ayuso Date: Fri, 30 Dec 2011 19:32:26 +0000 (+0100) Subject: netfilter: nfnetlink_acct: fix nfnl_acct_get operation X-Git-Tag: v3.3-rc1~182^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab0b245aa550ea4670d096092ca8e8d5e14ac89;p=pandora-kernel.git netfilter: nfnetlink_acct: fix nfnl_acct_get operation The get operation was not sending the message that was built to user-space. This patch also includes the appropriate handling for the return value of netlink_unicast(). Moreover, fix error codes on error (for example, for non-existing entry was uncorrect). Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed