Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322746
b: refs/heads/master
c: c0cc88a
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Sep 4, 2012
1 parent db87d93 commit 95761e5
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: 9d148e39d1a031f0aced8467de2a81fcf576ba50
refs/heads/master: c0cc88a7627c333de50b07b7c60b1d49d9d2e6cc
2 changes: 1 addition & 1 deletion trunk/net/l2tp/l2tp_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static void l2tp_eth_dev_recv(struct l2tp_session *session, struct sk_buff *skb,
print_hex_dump_bytes("", DUMP_PREFIX_OFFSET, skb->data, length);
}

if (!pskb_may_pull(skb, sizeof(ETH_HLEN)))
if (!pskb_may_pull(skb, ETH_HLEN))
goto error;

secpath_reset(skb);
Expand Down

0 comments on commit 95761e5

Please sign in to comment.