Skip to content

Commit

Permalink
[IPV6]: udp.c build fix
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Dec 3, 2006
1 parent 7d533f9 commit 7d9e9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 7d9e9b3

Please sign in to comment.