summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_msdosfs/main.c
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-06-10 19:02:09 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-06-10 19:02:09 +0000
commit6e30b78167fc4eae3fac9e9348416692c401f276 (patch)
tree47217174a720ff714eeec10f9907d0a99601bfc9 /sbin/fsck_msdosfs/main.c
parentd5b1c989db5b483fe2477ae36578b86fdf9c463b (diff)
downloadFreeBSD-src-6e30b78167fc4eae3fac9e9348416692c401f276.zip
FreeBSD-src-6e30b78167fc4eae3fac9e9348416692c401f276.tar.gz
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)
Diffstat (limited to 'sbin/fsck_msdosfs/main.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud