Date: Wed, 10 Jun 2009 19:02:09 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/rpc clnt_rc.c Message-ID: <200906101902.n5AJ2Q1Q054219@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-06-10 19:02:09 UTC
FreeBSD src repository
Modified files:
sys/rpc clnt_rc.c
Log:
SVN rev 193942 on 2009-06-10 19:02:09Z by rmacklem
For the case where another thread was doing a connect and that
connect failed, the thread would be left stuck in msleep()
indefinitely, since it would call msleep() again for the case
where rc_client == NULL. Change the loop criteria and the if just
after the loop, so that this case is handled correctly.
Reviewed by: dfr
Approved by: kib (mentor)
Revision Changes Path
1.8 +2 -2 src/sys/rpc/clnt_rc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906101902.n5AJ2Q1Q054219>
