Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79273
b: refs/heads/master
c: 7d460db
h: refs/heads/master
i:
  79271: 06225ff
v: v3
  • Loading branch information
Daniel Lezcano authored and David S. Miller committed Jan 28, 2008
1 parent e6822b0 commit b101ba0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ee63d22b8953fd0dde22f52c0bc17a304ae50403
refs/heads/master: 7d460db953d6d205e4c8ecc2017aea1ec22b6c9a
3 changes: 3 additions & 0 deletions trunk/net/ipv6/reassembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,9 @@ static struct inet6_protocol frag_protocol =

void ipv6_frag_sysctl_init(struct net *net)
{
if (net != &init_net)
return;

ip6_frags.ctl = &net->ipv6.sysctl.frags;
}

Expand Down

0 comments on commit b101ba0

Please sign in to comment.