* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reporting

inaccessible drives.
This commit is contained in:
Christopher Faylor
2001-11-25 03:28:16 +00:00
parent 21e379455a
commit ded250563f
3 changed files with 11 additions and 1 deletions

View File

@ -545,7 +545,7 @@ fork_parent (HANDLE& hParent, dll *&first_dll,
slow_pid_reuse (pi.hProcess);
/* Wait for subproc to initialize itself. */
if (!sync_with_child(pi, subproc_ready, TRUE, "waiting for longjmp"))
if (!sync_with_child (pi, subproc_ready, TRUE, "waiting for longjmp"))
goto cleanup;
/* CHILD IS STOPPED */