]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[IPV6] NDISC: Fix setting base_reachable_time_ms variable.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Mon, 29 Oct 2007 08:32:23 +0000 (01:32 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 30 Oct 2007 05:37:22 +0000 (22:37 -0700)
This bug was introduced by the commit
d12af679bcf8995a237560bdf7a4d734f8df5dbb (sysctl: fix neighbour table
sysctls).

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ndisc.c

index 20cfc90d5597dc266d398beb8de1eaeb0a77107f..36f7dbfb6dbbd72cc36cca13157930c9fdc4915a 100644 (file)
@@ -1670,7 +1670,7 @@ int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int write, struct file * f
                                            filp, buffer, lenp, ppos);
 
        else if ((strcmp(ctl->procname, "retrans_time_ms") == 0) ||
-                (strcmp(ctl->procname, "base_reacable_time_ms") == 0))
+                (strcmp(ctl->procname, "base_reachable_time_ms") == 0))
                ret = proc_dointvec_ms_jiffies(ctl, write,
                                               filp, buffer, lenp, ppos);
        else