We must set the retry flag when repeating a call to GetNextVDMCommand.


svn path=/trunk/; revision=67326
This commit is contained in:
Aleksandar Andrejevic 2015-04-20 17:10:28 +00:00
parent cc252d78bd
commit 7edf755f1b

View file

@ -237,6 +237,7 @@ Command:
CommandInfo.Env = Env = RtlReAllocateHeap(RtlGetProcessHeap(), HEAP_ZERO_MEMORY, Env, EnvSize);
/* Repeat the request */
CommandInfo.VDMState |= VDM_FLAG_RETRY;
goto Command;
}