summaryrefslogtreecommitdiff
path: root/accel-pptpd/ctrl/l2tp
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-10-29 11:03:03 +0400
committerKozlov Dmitry <dima@server>2010-10-29 11:03:03 +0400
commit2b4c0b2f5ff2eca2c88fbf745365956e51338538 (patch)
treede38a93018af1d00fae2cf7bbdeadd4d2314752b /accel-pptpd/ctrl/l2tp
parent0d2a0aafea94e33cfaa19948eb7e4dd1e62fce5e (diff)
downloadaccel-ppp-xebd-2b4c0b2f5ff2eca2c88fbf745365956e51338538.tar.gz
accel-ppp-xebd-2b4c0b2f5ff2eca2c88fbf745365956e51338538.zip
support for 2.6.36 kernel
Diffstat (limited to 'accel-pptpd/ctrl/l2tp')
-rw-r--r--accel-pptpd/ctrl/l2tp/l2tp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/ctrl/l2tp/l2tp.c b/accel-pptpd/ctrl/l2tp/l2tp.c
index 3dc9d61..5bfe89e 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);