* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Properly initialize
overlapped part of this class.
This commit is contained in:
@ -22,9 +22,8 @@
|
||||
#include "shared_info.h"
|
||||
|
||||
fhandler_fifo::fhandler_fifo ():
|
||||
wait_state (fifo_unknown), dummy_client (NULL)
|
||||
fhandler_base_overlapped (), wait_state (fifo_unknown), dummy_client (NULL)
|
||||
{
|
||||
get_overlapped ()->hEvent = NULL;
|
||||
need_fork_fixup (true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user