mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[NTOS:IO] Be more specific for chasing CORE-17587
Addendum to 42ec1388d7
This commit is contained in:
@@ -713,7 +713,7 @@ IoRaiseInformationalHardError(IN NTSTATUS ErrorStatus,
|
||||
{
|
||||
DPRINT1("IoRaiseInformationalHardError: %lx, '%wZ'\n", ErrorStatus, String);
|
||||
#if DBG
|
||||
__debugbreak(); /* CORE-17587 */
|
||||
ASSERT(ErrorStatus != STATUS_FILE_CORRUPT_ERROR); /* CORE-17587 */
|
||||
#endif
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user