Author: aandrejevic
Date: Mon Apr 20 17:10:28 2015
New Revision: 67326
URL:
http://svn.reactos.org/svn/reactos?rev=67326&view=rev
Log:
[NTVDM]
We must set the retry flag when repeating a call to GetNextVDMCommand.
Modified:
trunk/reactos/subsystems/mvdm/ntvdm/dos/dem.c
Modified: trunk/reactos/subsystems/mvdm/ntvdm/dos/dem.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/dos/…
==============================================================================
--- trunk/reactos/subsystems/mvdm/ntvdm/dos/dem.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/ntvdm/dos/dem.c [iso-8859-1] Mon Apr 20 17:10:28 2015
@@ -237,6 +237,7 @@
CommandInfo.Env = Env = RtlReAllocateHeap(RtlGetProcessHeap(),
HEAP_ZERO_MEMORY, Env, EnvSize);
/* Repeat the request */
+ CommandInfo.VDMState |= VDM_FLAG_RETRY;
goto Command;
}