[KERNEL32]

Fix another bug in CreateProcessInternalW.


svn path=/branches/ntvdm/; revision=62440
This commit is contained in:
Aleksandar Andrejevic 2014-03-07 17:42:56 +00:00
parent bdd88c2413
commit fd0de4552b

View file

@ -3966,6 +3966,8 @@ StartScan:
&VdmWaitObject, &VdmWaitObject,
VdmTask, VdmTask,
VdmBinaryType); VdmBinaryType);
if (!Result)
{ {
/* Bail out on failure */ /* Bail out on failure */
DPRINT1("Failed to update VDM with wait object\n"); DPRINT1("Failed to update VDM with wait object\n");