From ac0f9357593ad763bda9d4fadd4ac4f9f6d908d9 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 9 Aug 1994 06:24:59 +0000 Subject: [PATCH] call lcp_close not lcp_lowerdown when no echo received --- pppd/lcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/lcp.c b/pppd/lcp.c index 801dc5a..62c8064 100644 --- a/pppd/lcp.c +++ b/pppd/lcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: lcp.c,v 1.9 1994/06/14 06:07:47 paulus Exp $"; +static char rcsid[] = "$Id: lcp.c,v 1.10 1994/08/09 06:24:59 paulus Exp $"; #endif /* @@ -1483,7 +1483,7 @@ void LcpLinkFailure (f) { if (f->state == OPENED) { syslog (LOG_NOTICE, "Excessive lack of response to LCP echo frames."); - lcp_lowerdown(f->unit); /* Reset connection */ + lcp_close(f->unit); /* Reset connection */ } } -- 2.39.2