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:
3f1e6d3
)
netfilter: ctnetlink: fix return value of ctnetlink_get_expect()
author
Pablo Neira Ayuso
<pablo@netfilter.org>
Sat, 24 Dec 2011 18:03:46 +0000
(19:03 +0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Sat, 24 Dec 2011 18:49:04 +0000
(19:49 +0100)
This fixes one bogus error that is returned to user-space:
libnetfilter_conntrack/utils# ./expect_get
TEST: get expectation (-1)(Unknown error
18446744073709551504
)
This patch includes the correct handling for EAGAIN (nfnetlink
uses this error value to restart the operation after module
auto-loading).
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
No differences found