commit | fbabbed8284d1526ed01754ecd4fabdb941a1ff2 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Feb 27 12:21:18 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 27 12:21:18 2008 -0800 |
tree | ddfe8bc9753436b0d1ecae3c464bb382088e9b86 | |
parent | 6556874dc3770aefae89907b3cf9be8e23d66137 [diff] |
[NETFILTER]: Fix NF_QUEUE_NR() parenthesis Properly add parens around the macro argument. This is not needed by the kernel but the macro is exported to userspace, so it shouldn't make any assumptions. Also use NF_VERDICT_BITS instead of NF_VERDICT_QBTIS for the left-shift since thats whats logically correct. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>