mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 21:51:53 +08:00
[NTOS:CC] Fix use of unintialized variable (caught by RTC1)
This commit is contained in:
@@ -1045,7 +1045,7 @@ CcFlushCache (
|
||||
{
|
||||
if (vacb->Dirty)
|
||||
{
|
||||
IO_STATUS_BLOCK VacbIosb;
|
||||
IO_STATUS_BLOCK VacbIosb = { 0 };
|
||||
Status = CcRosFlushVacb(vacb, &VacbIosb);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user