mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOS:IO] Be more specific for chasing CORE-17587
Addendum to 42ec1388d7
This commit is contained in:
parent
42ec1388d7
commit
b0ebf68d98
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue