Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14565
b: refs/heads/master
c: a305989
h: refs/heads/master
i:
  14563: b72f799
v: v3
  • Loading branch information
Ville Nuorvala authored and YOSHIFUJI Hideaki committed Nov 20, 2005
1 parent 8e97ce6 commit 6e9db02
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: 8b8aa4b5a66ecf90f0a7033c8cbc49cfd97c4347
refs/heads/master: a305989386e402f48b216786a5c8cf440b33bdad
2 changes: 1 addition & 1 deletion trunk/net/ipv6/datagram.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ int datagram_recv_ctl(struct sock *sk, struct msghdr *msg, struct sk_buff *skb)
break;
case IPPROTO_AH:
nexthdr = ptr[0];
len = (ptr[1] + 1) << 2;
len = (ptr[1] + 2) << 2;
break;
default:
nexthdr = ptr[0];
Expand Down

0 comments on commit 6e9db02

Please sign in to comment.