From 7f16563bd5a4ef21b970e8dcbab0e5cbe02bfe97 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Tue, 5 Oct 2010 14:18:52 +0400 Subject: bug fixes --- accel-pptpd/ppp/ppp_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pptpd/ppp/ppp_fsm.c') diff --git a/accel-pptpd/ppp/ppp_fsm.c b/accel-pptpd/ppp/ppp_fsm.c index 6efc2e07..4769dc89 100644 --- a/accel-pptpd/ppp/ppp_fsm.c +++ b/accel-pptpd/ppp/ppp_fsm.c @@ -13,7 +13,7 @@ static int conf_max_terminate = 2; static int conf_max_configure = 5; static int conf_max_failure = 5; -static int conf_timeout = 3; +static int conf_timeout = 5; void send_term_req(struct ppp_fsm_t *layer); void send_term_ack(struct ppp_fsm_t *layer); -- cgit v1.2.3