Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224960
b: refs/heads/master
c: c072240
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Dec 10, 2010
1 parent 3dd1b3e commit e31edc6
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: 457de4383ec6144df7d5a82cdfb110c825305a51
refs/heads/master: c07224005dd3fe746246acadc9be652a588a4d7f
2 changes: 1 addition & 1 deletion trunk/net/ipv6/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ static void flush_stack(struct sock **stack, unsigned int count,

sk = stack[i];
if (skb1) {
if (sk_rcvqueues_full(sk, skb)) {
if (sk_rcvqueues_full(sk, skb1)) {
kfree_skb(skb1);
goto drop;
}
Expand Down

0 comments on commit e31edc6

Please sign in to comment.