From aff6f70ff0706146f752d76ef7883cafac91ccbd Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 23 Oct 2008 11:15:03 +0000 Subject: Thu Oct 23 11:14:00 UTC 2008 Johnny Willemsen --- ACE/ChangeLog | 5 +++++ ACE/ace/Process.cpp | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 6ec24f79153..a33dcbd426f 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 23 11:14:00 UTC 2008 Johnny Willemsen + + * ace/Process.cpp: + Fixed duplicat initialisation + Thu Oct 23 09:09:00 UTC 2008 Johnny Willemsen * ace/Process.cpp: diff --git a/ACE/ace/Process.cpp b/ACE/ace/Process.cpp index a703b2f263c..ef5d8878158 100644 --- a/ACE/ace/Process.cpp +++ b/ACE/ace/Process.cpp @@ -804,7 +804,6 @@ ACE_Process_Options::ACE_Process_Options (bool inherit_environment, #if !defined (ACE_HAS_WINCE) #if defined (ACE_WIN32) environment_inherited_ (0), - handle_inheritance_ (TRUE), process_attributes_ (0), thread_attributes_ (0), #else /* ACE_WIN32 */ -- cgit v1.2.1