commit | 914afea84e3e20cdbcd040f8387a0e6ef20ffc97 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Mar 10 16:44:36 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 10 16:44:36 2008 -0700 |
tree | 68d7e80bd238f2c2b794825213e3385c9db49de3 | |
parent | b7047a1c886386b10a103b4fea26678db8b57832 [diff] |
[NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0 exists Similar to the nfnetlink_log problem, nfnetlink_queue incorrectly returns -EPERM when binding or unbinding to an address family and queueing instance 0 exists and is owned by a different process. Unlike nfnetlink_log it previously completes the operation, but it is still incorrect. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>