commit | 0ef0f46580320a7f96c60b20b7a29b0bd820d2e7 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Dec 05 01:31:01 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:56:23 2008 -0800 |
tree | 0e48b8fb88e4fba64a8bec8e87c855425d8670e9 | |
parent | 861934c7c888973da8bf621b3959e408531539e1 [diff] |
[NETFILTER]: nfnetlink_queue: remove useless enqueue status codes The queueing core doesn't care about the exact return value from the queue handler, so there's no need to go through the trouble of returning a meaningful value as long as we indicate an error. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>