Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159306
b: refs/heads/master
c: 81e4321
h: refs/heads/master
v: v3
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Aug 2, 2009
1 parent a4be026 commit 2edf4b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8b97c7c283c5ba8f9f4dabd418fd7dcfcc8a387e
refs/heads/master: 81e43213882e62374c1a87f9d97d4287ed9f7257
4 changes: 2 additions & 2 deletions trunk/net/ipv6/sysctl_net_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static ctl_table ipv6_table_template[] = {
{ .ctl_name = 0 }
};

static ctl_table ipv6_table[] = {
static ctl_table ipv6_rotable[] = {
{
.ctl_name = NET_IPV6_MLD_MAX_MSF,
.procname = "mld_max_msf",
Expand Down Expand Up @@ -130,7 +130,7 @@ int ipv6_sysctl_register(void)
{
int err = -ENOMEM;

ip6_header = register_net_sysctl_rotable(net_ipv6_ctl_path, ipv6_table);
ip6_header = register_net_sysctl_rotable(net_ipv6_ctl_path, ipv6_rotable);
if (ip6_header == NULL)
goto out;

Expand Down

0 comments on commit 2edf4b5

Please sign in to comment.