From owner-cvs-all Fri Oct 15 13:44:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8BF114D5D; Fri, 15 Oct 1999 13:44:34 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA28346; Fri, 15 Oct 1999 13:44:34 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199910152044.NAA28346@freefall.freebsd.org> From: Brian Somers Date: Fri, 15 Oct 1999 13:44:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp timer.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/10/15 13:44:34 PDT Modified files: usr.sbin/ppp timer.c Log: When more than one timer is expired at once, allow for the possibility that the first timer ends up doing a timer_Stop() on the second. When this happens, remove the timer from the pending list so that we still call any subsequent timers. This bug has been here for several years, but has only been tickled recently with my device layering changes. With enormous thanks for the perseverance of: Ruslan Ermilov Revision Changes Path 1.36 +23 -11 src/usr.sbin/ppp/timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message