Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184141
b: refs/heads/master
c: a5d896a
h: refs/heads/master
i:
  184139: b20ec06
v: v3
  • Loading branch information
Eric Leblond authored and Patrick McHardy committed Jan 18, 2010
1 parent c2a3fb5 commit 28d751c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e89fc3f1b06d9241f65e580b002789abaa6d11ac
refs/heads/master: a5d896adf019143adf72d08826fe5359b6a8762c
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nfnetlink_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ nfqnl_enqueue_packet(struct nf_queue_entry *entry, unsigned int queuenum)
queue->queue_dropped++;
if (net_ratelimit())
printk(KERN_WARNING "nf_queue: full at %d entries, "
"dropping packets(s). Dropped: %d\n",
queue->queue_total, queue->queue_dropped);
"dropping packets(s).\n",
queue->queue_total);
goto err_out_free_nskb;
}

Expand Down

0 comments on commit 28d751c

Please sign in to comment.