Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97660
b: refs/heads/master
c: 8283637
h: refs/heads/master
v: v3
  • Loading branch information
Colin authored and YOSHIFUJI Hideaki committed Jun 4, 2008
1 parent 1c804ba commit b60fe59
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: 24ef0da7b864435f221f668bc8a324160d063e78
refs/heads/master: 82836372311a5cbf9cc5f4f47f9b56cb9edfe90d
2 changes: 1 addition & 1 deletion trunk/net/ipv6/tunnel6.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static int tunnel46_rcv(struct sk_buff *skb)
{
struct xfrm6_tunnel *handler;

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

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

0 comments on commit b60fe59

Please sign in to comment.