Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97664
b: refs/heads/master
c: 95b496b
h: refs/heads/master
v: v3
  • Loading branch information
Yang Hongyang authored and YOSHIFUJI Hideaki committed Jun 4, 2008
1 parent 1c219dd commit 4171be0
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: 05335c2220c4911b69cb1bdd79e603ab08088372
refs/heads/master: 95b496b66615d8c43f77702049b1bd01e2f06595
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ipv6_sockglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_txoptions *opt,
len = min_t(unsigned int, len, ipv6_optlen(hdr));
if (copy_to_user(optval, hdr, len))
return -EFAULT;
return ipv6_optlen(hdr);
return len;
}

static int do_ipv6_getsockopt(struct sock *sk, int level, int optname,
Expand Down

0 comments on commit 4171be0

Please sign in to comment.