Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97661
b: refs/heads/master
c: baa2bfb
h: refs/heads/master
i:
  97659: 1c804ba
v: v3
  • Loading branch information
YOSHIFUJI Hideaki committed Jun 4, 2008
1 parent b60fe59 commit fd642b9
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: 82836372311a5cbf9cc5f4f47f9b56cb9edfe90d
refs/heads/master: baa2bfb8aef24bb7fe1875b256918724b3884662
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tunnel4.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static int tunnel64_rcv(struct sk_buff *skb)
{
struct xfrm_tunnel *handler;

if (!pskb_may_pull(skb, sizeof(struct iphdr)))
if (!pskb_may_pull(skb, sizeof(struct ipv6hdr)))
goto drop;

for (handler = tunnel64_handlers; handler; handler = handler->next)
Expand Down

0 comments on commit fd642b9

Please sign in to comment.