Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64077
b: refs/heads/master
c: 660adc6
h: refs/heads/master
i:
  64075: de9d7b3
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Aug 15, 2007
1 parent 59349e1 commit 78c18a1
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: 3b1855255098e1f78fa74c0f3378c0391e9a7a2b
refs/heads/master: 660adc6e60bc8882b16e466c09401cff017dcd94
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ipv6_sockglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_txoptions *opt,
return 0;

len = min_t(unsigned int, len, ipv6_optlen(hdr));
if (copy_to_user(optval, hdr, len));
if (copy_to_user(optval, hdr, len))
return -EFAULT;
return ipv6_optlen(hdr);
}
Expand Down

0 comments on commit 78c18a1

Please sign in to comment.