mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[KMTESTS:CC] Fix a typo, definitely showing this code path is not used during the test
This commit is contained in:
parent
1a267045f8
commit
cdc419eb18
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ TestIrpHandler(
|
|||
RtlFillMemory(Buffer, Length, 0xBD);
|
||||
}
|
||||
|
||||
if (TestTestId == 4 && TestWritten &&
|
||||
if ((TestTestId == 4 || TestTestId == 5) && TestWritten &&
|
||||
Offset.QuadPart <= VACB_MAPPING_GRANULARITY - PAGE_SIZE - sizeof(ULONG) &&
|
||||
Offset.QuadPart + Length >= VACB_MAPPING_GRANULARITY - PAGE_SIZE)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue