[NTOS]: Do not break into kdbg because PopFlushVolumes is not fully implemented. Fixes apparent BSOD when trying the "Hibernate" and "Stand By" options in the Task Manager.

CORE-8537 #resolve #comment Demote UNIMPLEMENTED_DBGBREAK for UNIMPLEMENTED in the non-implemented case of PopFlushVolumes. Fixes the apparent BSOD.

svn path=/trunk/; revision=64170
This commit is contained in:
Hermès Bélusca-Maïto 2014-09-16 18:43:16 +00:00
parent 6342a92b28
commit 28b04f02e8

View file

@ -299,7 +299,7 @@ PopFlushVolumes(IN BOOLEAN ShuttingDown)
if (!(FlushPolicy & 2))
{
/* ReactOS only implements this routine for shutdown, which requires it */
UNIMPLEMENTED_DBGBREAK();
UNIMPLEMENTED;
}
/* Check if there were no volumes at all */