Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41855
b: refs/heads/master
c: 5e57dff
h: refs/heads/master
i:
  41853: 6ae9cce
  41851: 6ea9870
  41847: 8232b65
  41839: 1cf9a88
  41823: 4d39495
  41791: 0e768bf
  41727: 2ceaff9
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent c410472 commit 59e890c
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: 66c6f529c31e2886536aad4b2320d566deb1f150
refs/heads/master: 5e57dff2c49956e24f27f9b6d2ec0db967680c39
2 changes: 1 addition & 1 deletion trunk/net/core/netpoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ void netpoll_send_udp(struct netpoll *np, const char *msg, int len)
udp_len, IPPROTO_UDP,
csum_partial((unsigned char *)udph, udp_len, 0));
if (udph->check == 0)
udph->check = -1;
udph->check = CSUM_MANGLED_0;

skb->nh.iph = iph = (struct iphdr *)skb_push(skb, sizeof(*iph));

Expand Down

0 comments on commit 59e890c

Please sign in to comment.