Date: Tue, 26 May 2009 07:32:08 +0000 (UTC) From: Brian Somers <brian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/ppp timer.c Message-ID: <200905260732.n4Q7WKOc023992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2009-05-26 07:32:08 UTC FreeBSD src repository Modified files: usr.sbin/ppp timer.c Log: SVN rev 192798 on 2009-05-26 07:32:08Z by brian Fix a race that can stall the timer when we remove a timer that has another timer with a <0.05 second delta next to it. This is done by avoiding the possibility of updating the first residual time delta in the timer list to zero. PR: 102747 Submitted by: Sergey Zaharchenko - doublef-ctm at yandex dot ru MFC after: 3 weeks Revision Changes Path 1.48 +23 -14 src/usr.sbin/ppp/timer.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905260732.n4Q7WKOc023992>