Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33314
b: refs/heads/master
c: fff6425
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Aug 10, 2006
1 parent 23ecff6 commit c43eeed
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: 06aebfb7faa13258af5230ff3d1587ece6c0250e
refs/heads/master: fff642570dc47ab76491fe81ee6599269c4eb13e
2 changes: 1 addition & 1 deletion trunk/net/ipx/af_ipx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ static int ipx_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_ty
if (!pskb_may_pull(skb, sizeof(struct ipxhdr)))
goto drop;

ipx_pktsize = ntohs(ipxhdr(skb)->ipx_pktsize);
ipx_pktsize = ntohs(ipx_hdr(skb)->ipx_pktsize);

/* Too small or invalid header? */
if (ipx_pktsize < sizeof(struct ipxhdr) ||
Expand Down

0 comments on commit c43eeed

Please sign in to comment.