Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109120
b: refs/heads/master
c: ce3113e
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Aug 25, 2008
1 parent 40c0a29 commit f1699a7
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: 2f4520d35d89ca6c5cd129c38e3b11f0283b7d1b
refs/heads/master: ce3113ec57abcd41cc5a2fed02474aee3f63d12c
2 changes: 1 addition & 1 deletion trunk/net/ipv6/sysctl_net_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static struct ctl_table_header *ip6_base;
int ipv6_static_sysctl_register(void)
{
static struct ctl_table empty[1];
ip6_base = register_net_sysctl_rotable(net_ipv6_ctl_path, empty);
ip6_base = register_sysctl_paths(net_ipv6_ctl_path, empty);
if (ip6_base == NULL)
return -ENOMEM;
return 0;
Expand Down

0 comments on commit f1699a7

Please sign in to comment.