* Merge in cygwin-64bit-branch.
This commit is contained in:
@@ -290,7 +290,7 @@ fhandler_fifo::raw_read (void *in_ptr, size_t& len)
|
||||
could hang indefinitely. Maybe implement a timeout? */
|
||||
if (!DisconnectNamedPipe (get_io_handle ()))
|
||||
{
|
||||
debug_printf ("DisconnecttNamedPipe failed, %E");
|
||||
debug_printf ("DisconnectNamedPipe failed, %E");
|
||||
goto errno_out;
|
||||
}
|
||||
else if (!ConnectNamedPipe (get_io_handle (), get_overlapped ())
|
||||
|
Reference in New Issue
Block a user