Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41729
b: refs/heads/master
c: 7d9e9b3
h: refs/heads/master
i:
  41727: 2ceaff9
v: v3
  • Loading branch information
David S. Miller committed Dec 3, 2006
1 parent 38180ca commit 5870a3c
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: 7d533f941856d7d192bfec28581e130dda9c6688
refs/heads/master: 7d9e9b3df491d5e1c3ed76c5cff7ace6094124c1
2 changes: 1 addition & 1 deletion trunk/net/ipv6/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ static inline int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh)
if (skb->ip_summed != CHECKSUM_UNNECESSARY)
skb->csum = ~csum_unfold(csum_ipv6_magic(&skb->nh.ipv6h->saddr,
&skb->nh.ipv6h->daddr,
ulen, IPPROTO_UDP,
skb->len, IPPROTO_UDP,
0));

return (UDP_SKB_CB(skb)->partial_cov = 0);
Expand Down

0 comments on commit 5870a3c

Please sign in to comment.