projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d533f9
)
[IPV6]: udp.c build fix
author
David S. Miller
<davem@sunset.davemloft.net>
Wed, 15 Nov 2006 06:09:20 +0000
(22:09 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:23:46 +0000
(21:23 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/udp.c
patch
|
blob
|
history
diff --git
a/net/ipv6/udp.c
b/net/ipv6/udp.c
index
bb45b9b
..
efa8950
100644
(file)
--- a/
net/ipv6/udp.c
+++ b/
net/ipv6/udp.c
@@
-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,
-
u
len, IPPROTO_UDP,
+
skb->
len, IPPROTO_UDP,
0));
return (UDP_SKB_CB(skb)->partial_cov = 0);