diff options
Diffstat (limited to 'ace/Process.cpp')
-rw-r--r-- | ace/Process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Process.cpp b/ace/Process.cpp index c00fe8f9588..932e355072a 100644 --- a/ace/Process.cpp +++ b/ace/Process.cpp @@ -414,6 +414,7 @@ ACE_Process_Options::ACE_Process_Options (int ie, inherit_environment_ (ie), #endif /* ACE_HAS_WINCE */ creation_flags_ (0), + avoid_zombies_ (0), #if !defined (ACE_HAS_WINCE) #if defined (ACE_WIN32) environment_inherited_ (0), @@ -421,7 +422,6 @@ ACE_Process_Options::ACE_Process_Options (int ie, process_attributes_ (NULL), thread_attributes_ (NULL), #else /* ACE_WIN32 */ - avoid_zombies_ (0), stdin_ (ACE_INVALID_HANDLE), stdout_ (ACE_INVALID_HANDLE), stderr_ (ACE_INVALID_HANDLE), |