From 950c8929a79e5f340e6e8fa937a187c4dde44af1 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Wed, 7 May 1997 23:40:31 +0000 Subject: [PATCH] Reset lqrsendcnt. PR: 2449 Submitted by: mark thompson --- usr.sbin/ppp/lqr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/ppp/lqr.c b/usr.sbin/ppp/lqr.c index aafc7d531c8a..8ed513645471 100644 --- a/usr.sbin/ppp/lqr.c +++ b/usr.sbin/ppp/lqr.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: lqr.c,v 1.9 1997/02/22 16:10:28 peter Exp $ * * o LQR based on RFC1333 * @@ -189,6 +189,7 @@ StartLqm() struct lcpstate *lcp = &LcpInfo; int period; + lqrsendcnt = 0; /* start waiting all over for ECHOs */ lqmmethod = LQM_ECHO; if (Enabled(ConfLqr)) lqmmethod |= LQM_LQR;