Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27567
b: refs/heads/master
c: f8d5962
h: refs/heads/master
i:
  27565: dbd4649
  27563: 28a3931
  27559: 6dd0b3b
  27551: 3237c9b
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Jun 18, 2006
1 parent a3a6a73 commit 8cc3544
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: 3cc0e873986fe594d0e96d07259b11f755325cb2
refs/heads/master: f8d596211291a8d98efa47ae0261326218f310cf
2 changes: 1 addition & 1 deletion trunk/net/ipx/ipx_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ int ipxrtr_route_packet(struct sock *sk, struct sockaddr_ipx *usipx,
}

/* Apply checksum. Not allowed on 802.3 links. */
if (sk->sk_no_check || intrfc->if_dlink_type == IPX_FRAME_8023)
if (sk->sk_no_check || intrfc->if_dlink_type == htons(IPX_FRAME_8023))
ipx->ipx_checksum = 0xFFFF;
else
ipx->ipx_checksum = ipx_cksum(ipx, len + sizeof(struct ipxhdr));
Expand Down

0 comments on commit 8cc3544

Please sign in to comment.