commit | 3ab0b245aa550ea4670d096092ca8e8d5e14ac89 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Dec 30 20:32:26 2011 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Jan 01 16:36:08 2012 +0100 |
tree | c676525f070f4400d562953ed4ca681cd12da4d9 | |
parent | b236916a68d923acff15787b5439d7d684c17ae5 [diff] |
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 <pablo@netfilter.org>