diff --git a/usr.sbin/pppd/lcp.c b/usr.sbin/pppd/lcp.c index 7a88d5775b32..74009872011f 100644 --- a/usr.sbin/pppd/lcp.c +++ b/usr.sbin/pppd/lcp.c @@ -1737,6 +1737,8 @@ LcpEchoCheck (f) fsm *f; { LcpSendEchoRequest (f); + if (f->state != OPENED) + return; /* * Start the timer for the next interval.