* fhandler_fifo.cc (fhandler_fifo::open): Accommodate previous return value
change to setup_overlapped.
This commit is contained in:
@@ -143,7 +143,7 @@ fhandler_fifo::open (int flags, mode_t)
|
||||
__seterrno ();
|
||||
res = 0;
|
||||
}
|
||||
else if (!setup_overlapped ())
|
||||
else if (setup_overlapped ())
|
||||
{
|
||||
CloseHandle (h);
|
||||
__seterrno ();
|
||||
|
Reference in New Issue
Block a user