From b74a11aac87784e2922d621ab27aed3aa6d1db44 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Tue, 28 Sep 2010 02:49:13 +0400 Subject: bug fixes --- accel-pptpd/ctrl/pptp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pptpd/ctrl') diff --git a/accel-pptpd/ctrl/pptp.c b/accel-pptpd/ctrl/pptp.c index fddd00f..73282b6 100644 --- a/accel-pptpd/ctrl/pptp.c +++ b/accel-pptpd/ctrl/pptp.c @@ -317,7 +317,7 @@ static int pptp_echo_rply(struct pptp_conn_t *conn) struct pptp_echo_rply *msg = (struct pptp_echo_rply *)conn->in_buf; if (msg->identifier != conn->echo_sent) { log_ppp_warn("pptp:echo: identifier mismatch\n"); - return -1; + //return -1; } conn->echo_sent = 0; return 0; -- cgit v1.2.3