Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22300
b: refs/heads/master
c: d1d47be
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Mar 21, 2006
1 parent 9d1f10f commit 09cbfec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 3fdadf7d27e3fbcf72930941884387d1f4936f04
refs/heads/master: d1d47beef8ecaeedc368f00780d02cfa5e540005
1 change: 0 additions & 1 deletion trunk/net/802/psnap.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ static int snap_rcv(struct sk_buff *skb, struct net_device *dev,
proto = find_snap_client(skb->h.raw);
if (proto) {
/* Pass the frame on. */
u8 *hdr = skb->data;
skb->h.raw += 5;
skb_pull_rcsum(skb, 5);
rc = proto->rcvfunc(skb, dev, &snap_packet_type, orig_dev);
Expand Down

0 comments on commit 09cbfec

Please sign in to comment.