diff options
author | Kozlov Dmitry <dima@server> | 2010-10-29 11:03:03 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-10-29 11:03:03 +0400 |
commit | 2b4c0b2f5ff2eca2c88fbf745365956e51338538 (patch) | |
tree | de38a93018af1d00fae2cf7bbdeadd4d2314752b /accel-pptpd/ctrl/l2tp | |
parent | 0d2a0aafea94e33cfaa19948eb7e4dd1e62fce5e (diff) | |
download | accel-ppp-2b4c0b2f5ff2eca2c88fbf745365956e51338538.tar.gz accel-ppp-2b4c0b2f5ff2eca2c88fbf745365956e51338538.zip |
support for 2.6.36 kernel
Diffstat (limited to 'accel-pptpd/ctrl/l2tp')
-rw-r--r-- | accel-pptpd/ctrl/l2tp/l2tp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/ctrl/l2tp/l2tp.c b/accel-pptpd/ctrl/l2tp/l2tp.c index 3dc9d61a..5bfe89ef 100644 --- a/accel-pptpd/ctrl/l2tp/l2tp.c +++ b/accel-pptpd/ctrl/l2tp/l2tp.c @@ -1060,7 +1060,7 @@ static void __init l2tp_init(void) if (opt && atoi(opt) > 0) conf_verbose = 1; - opt = conf_get_opt("l2tp", "hello_interval"); + opt = conf_get_opt("l2tp", "hello-interval"); if (opt && atoi(opt) > 0) conf_hello_interval = atoi(opt); |