diff options
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r-- | net/ipv6/addrconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 87f688857ade..11037615bc73 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -3877,7 +3877,7 @@ static int addrconf_sysctl_forward_strategy(ctl_table *table, | |||
3877 | static struct addrconf_sysctl_table | 3877 | static struct addrconf_sysctl_table |
3878 | { | 3878 | { |
3879 | struct ctl_table_header *sysctl_header; | 3879 | struct ctl_table_header *sysctl_header; |
3880 | ctl_table addrconf_vars[__NET_IPV6_MAX]; | 3880 | ctl_table addrconf_vars[DEVCONF_MAX+1]; |
3881 | char *dev_name; | 3881 | char *dev_name; |
3882 | } addrconf_sysctl __read_mostly = { | 3882 | } addrconf_sysctl __read_mostly = { |
3883 | .sysctl_header = NULL, | 3883 | .sysctl_header = NULL, |