From c3b506d686c3ffa0d768ea54f8b82266b900c15d Mon Sep 17 00:00:00 2001 From: Dibyamartanda Samanta Date: Fri, 24 May 2024 07:50:01 +0200 Subject: [PATCH] [NTOSKRNL:CC] Bug Fix --- NTOSKRNL/CC/ccloghandler.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/NTOSKRNL/CC/ccloghandler.cpp b/NTOSKRNL/CC/ccloghandler.cpp index afbcc29..e128558 100644 --- a/NTOSKRNL/CC/ccloghandler.cpp +++ b/NTOSKRNL/CC/ccloghandler.cpp @@ -405,10 +405,7 @@ CcSetLoggedDataThreshold ( break; } VolumeCacheMap = NULL; - if(*it = &CcVolumeCacheMapList) - { - break; - } + } }