X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Flcp.c;h=dbf100de476c5f8d2004027259f2eddc8eef2414;hp=73f310d9e1505ebdc696ee2874fd6892df4f7cad;hb=8592783058509b5493a42f3b0432fcbaab55c994;hpb=bbaa125b02eedc3133a7db1618adc6b76474bab9 diff --git a/pppd/lcp.c b/pppd/lcp.c index 73f310d..dbf100d 100644 --- a/pppd/lcp.c +++ b/pppd/lcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: lcp.c,v 1.38 1999/04/16 11:35:43 paulus Exp $"; +static char rcsid[] = "$Id: lcp.c,v 1.39 1999/05/12 06:19:47 paulus Exp $"; #endif /* @@ -1805,6 +1805,7 @@ void LcpLinkFailure (f) info("No response to %d echo-requests", lcp_echos_pending); notice("Serial link appears to be disconnected."); lcp_close(f->unit, "Peer not responding"); + status = EXIT_PEER_DEAD; } }