Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335747
b: refs/heads/master
c: d4596ba
h: refs/heads/master
i:
  335745: c02a2bc
  335743: 953cdb3
v: v3
  • Loading branch information
Hannes Frederic Sowa authored and David S. Miller committed Nov 13, 2012
1 parent 753f583 commit 75afb60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73e212fc48890b552e4ae65b65c0e709f478879b
refs/heads/master: d4596bad2a713fcd0def492b1960e6d899d5baa8
1 change: 1 addition & 0 deletions trunk/net/ipv6/ipv6_sockglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@ static int do_ipv6_setsockopt(struct sock *sk, int level, int optname,
if (val < 0 || val > 255)
goto e_inval;
np->min_hopcount = val;
retv = 0;
break;
case IPV6_DONTFRAG:
np->dontfrag = valbool;
Expand Down

0 comments on commit 75afb60

Please sign in to comment.