Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6335
b: refs/heads/master
c: 5917ed9
h: refs/heads/master
i:
  6333: 84cf2fb
  6331: b6a8659
  6327: a7f9449
  6319: cc5256f
  6303: e7a9105
  6271: 59542c6
v: v3
  • Loading branch information
Harald Welte authored and David S. Miller committed Aug 29, 2005
1 parent 1319e32 commit 0465be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 622439270c74f3ad4f69d1417aca4bb3b79514f4
refs/heads/master: 5917ed961def82a4dba9198d11a75f79d115a8cb
2 changes: 1 addition & 1 deletion trunk/include/linux/netfilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define NF_VERDICT_QMASK 0xffff0000
#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 */
#ifndef __KERNEL__
Expand Down

0 comments on commit 0465be8

Please sign in to comment.