From 2b4c0b2f5ff2eca2c88fbf745365956e51338538 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Fri, 29 Oct 2010 11:03:03 +0400 Subject: support for 2.6.36 kernel --- accel-pptpd/ctrl/l2tp/l2tp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pptpd/ctrl') 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); -- cgit v1.2.3