mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[0.4.9] [CDFS_NEW] Mute continuable assertion to avoid CORE-14067
like in 0.4.8 before
(cherry picked from commit 51f9494d48
)
This commit is contained in:
parent
d46570474a
commit
7f96f90110
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ CdRaiseStatusEx (
|
|||
DbgPrint( "CDFS: Contact CDFS.SYS component owner for triage.\n");
|
||||
DbgPrint( "CDFS: 'eb %p 0;eb %p 0' to disable this alert.\n", &CdTestRaisedStatus, &CdBreakOnAnyRaise);
|
||||
|
||||
NT_ASSERT(FALSE);
|
||||
/* NT_ASSERT(FALSE); silenced to avoid CORE-14067 */
|
||||
}
|
||||
|
||||
if (NormalizeStatus) {
|
||||
|
|
Loading…
Reference in a new issue