Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361781
b: refs/heads/master
c: bae99f7
h: refs/heads/master
i:
  361779: f826ec7
v: v3
  • Loading branch information
Pablo Neira Ayuso committed Mar 15, 2013
1 parent ccc2362 commit d6c5d1f
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: 0d98da5d845e0d0293055913ce65c9904b3b902a
refs/heads/master: bae99f7a1d372374aaf9ed8910f3b825da995b36
2 changes: 1 addition & 1 deletion trunk/net/netfilter/nfnetlink_queue_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ instance_create(u_int16_t queue_num, int portid)
inst->queue_num = queue_num;
inst->peer_portid = portid;
inst->queue_maxlen = NFQNL_QMAX_DEFAULT;
inst->copy_range = 0xfffff;
inst->copy_range = 0xffff;
inst->copy_mode = NFQNL_COPY_NONE;
spin_lock_init(&inst->lock);
INIT_LIST_HEAD(&inst->queue_list);
Expand Down

0 comments on commit d6c5d1f

Please sign in to comment.