[BASESRV]

In BaseSrvGetNextVDMCommand, the VDM_FLAG_DONT_WAIT flag is enough to tell it not
to create a wait handle.


svn path=/trunk/; revision=67364
This commit is contained in:
Aleksandar Andrejevic 2015-04-23 02:53:08 +00:00
parent 60eacc928e
commit 03c078dcc0

View file

@ -1068,8 +1068,7 @@ CSR_API(BaseSrvGetNextVDMCommand)
}
/* There is no command yet */
if ((GetNextVdmCommandRequest->VDMState & (VDM_FLAG_DONT_WAIT | VDM_FLAG_RETRY))
!= (VDM_FLAG_DONT_WAIT | VDM_FLAG_RETRY))
if (!(GetNextVdmCommandRequest->VDMState & VDM_FLAG_DONT_WAIT))
{
if (ConsoleRecord->ServerEvent)
{