Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64206
b: refs/heads/master
c: 8984e41
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Aug 22, 2007
1 parent 716c85b commit 255d4ee
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: d92a7db710c32db826a00ba9bc7a22e741d5041e
refs/heads/master: 8984e41d18a545320201950b8721e7ce3ac2a5e7
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ static int ip6_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *))
/*
* Copy a block of the IP datagram.
*/
if (skb_copy_bits(skb, ptr, skb_transport_header(skb), len))
if (skb_copy_bits(skb, ptr, skb_transport_header(frag), len))
BUG();
left -= len;

Expand Down

0 comments on commit 255d4ee

Please sign in to comment.