projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c859388
)
[IPV6] NDISC: Fix setting base_reachable_time_ms variable.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Mon, 29 Oct 2007 08:32:23 +0000
(
01:32
-0700)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/ndisc.c
b/net/ipv6/ndisc.c
index 20cfc90d5597dc266d398beb8de1eaeb0a77107f..36f7dbfb6dbbd72cc36cca13157930c9fdc4915a 100644
(file)
--- a/
net/ipv6/ndisc.c
+++ b/
net/ipv6/ndisc.c
@@
-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_reac
h
able_time_ms") == 0))
ret = proc_dointvec_ms_jiffies(ctl, write,
filp, buffer, lenp, ppos);
else