Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 1999 13:44:34 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp timer.c
Message-ID:  <199910152044.NAA28346@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ru@ucb.crimea.ua>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910152044.NAA28346>