Date: Tue, 9 Nov 1999 15:21:48 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp datalink.c main.c Message-ID: <199911092321.PAA69679@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1999/11/09 15:21:48 PST
Modified files:
usr.sbin/ppp datalink.c main.c
Log:
Don't recurse into datalink_UpdateSet() after
doing a HangupDone(). The HangupDone() may fuel
bundle_CleanDatalinks(), and if so, the bogus
UpdateSet() ends up select()ing on a closed
descriptor.....
Change the main `do/while' loop to a `for' loop so
that any `continue's do the bundle_CleanDatalinks()
& bundle_IsDead() bit.
Revision Changes Path
1.51 +5 -3 src/usr.sbin/ppp/datalink.c
1.162 +3 -3 src/usr.sbin/ppp/main.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?199911092321.PAA69679>
