diff options
Diffstat (limited to 'net/ipv6/reassembly.c')
-rw-r--r-- | net/ipv6/reassembly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c index 42f4f7c0948a..36e04cff1a85 100644 --- a/net/ipv6/reassembly.c +++ b/net/ipv6/reassembly.c | |||
@@ -646,7 +646,7 @@ static int __net_init ip6_frags_ns_sysctl_register(struct net *net) | |||
646 | table[2].data = &net->ipv6.frags.timeout; | 646 | table[2].data = &net->ipv6.frags.timeout; |
647 | } | 647 | } |
648 | 648 | ||
649 | hdr = register_net_sysctl_table(net, net_ipv6_ctl_path, table); | 649 | hdr = register_net_sysctl(net, "net/ipv6", table); |
650 | if (hdr == NULL) | 650 | if (hdr == NULL) |
651 | goto err_reg; | 651 | goto err_reg; |
652 | 652 | ||