mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
[KERNEL32]
Fix another bug in CreateProcessInternalW. svn path=/branches/ntvdm/; revision=62440
This commit is contained in:
parent
bdd88c2413
commit
fd0de4552b
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue