Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96232
b: refs/heads/master
c: 36ca34c
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 9, 2008
1 parent cf444e8 commit d3a4a69
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: f08269d3ecbb9300aeeb2d4272580f660afe9db9
refs/heads/master: 36ca34cc3b8335eb1fe8bd9a1d0a2592980c3f02
2 changes: 1 addition & 1 deletion trunk/net/ipv6/sit.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,9 @@ static int ipip6_rcv(struct sk_buff *skb)
}

icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0);
kfree_skb(skb);
read_unlock(&ipip6_lock);
out:
kfree_skb(skb);
return 0;
}

Expand Down

0 comments on commit d3a4a69

Please sign in to comment.