|
@@ -29,7 +29,7 @@
|
|
#define NF_VERDICT_QMASK 0xffff0000
|
|
#define NF_VERDICT_QMASK 0xffff0000
|
|
#define NF_VERDICT_QBITS 16
|
|
#define NF_VERDICT_QBITS 16
|
|
|
|
|
|
-#define NF_QUEUE_NR(x) ((x << NF_VERDICT_QBITS) & NF_VERDICT_QMASK || NF_QUEUE)
|
|
|
|
|
|
+#define NF_QUEUE_NR(x) ((x << NF_VERDICT_QBITS) & NF_VERDICT_QMASK | NF_QUEUE)
|
|
|
|
|
|
/* only for userspace compatibility */
|
|
/* only for userspace compatibility */
|
|
#ifndef __KERNEL__
|
|
#ifndef __KERNEL__
|