Author: aandrejevic Date: Fri Mar 7 17:42:56 2014 New Revision: 62440
URL: http://svn.reactos.org/svn/reactos?rev=62440&view=rev Log: [KERNEL32] Fix another bug in CreateProcessInternalW.
Modified: branches/ntvdm/dll/win32/kernel32/client/proc.c
Modified: branches/ntvdm/dll/win32/kernel32/client/proc.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/kernel32/client/... ============================================================================== --- branches/ntvdm/dll/win32/kernel32/client/proc.c [iso-8859-1] (original) +++ branches/ntvdm/dll/win32/kernel32/client/proc.c [iso-8859-1] Fri Mar 7 17:42:56 2014 @@ -3966,6 +3966,8 @@ &VdmWaitObject, VdmTask, VdmBinaryType); + + if (!Result) { /* Bail out on failure */ DPRINT1("Failed to update VDM with wait object\n");