diff --git a/NTOSKRNL/CC/ccloghandler.cpp b/NTOSKRNL/CC/ccloghandler.cpp index 0aa48a6..8a9966e 100644 --- a/NTOSKRNL/CC/ccloghandler.cpp +++ b/NTOSKRNL/CC/ccloghandler.cpp @@ -301,7 +301,7 @@ CcSetLogHandleForFileEx( { ObfReferenceObjectWithTag(RelatedLogHandleFileObject, 'tlFD'); LogHandleContext.RelatedFileObject = RelatedLogHandleFileObject; - } + } RtlCopyMemory(VolumeLogHandleContext, &LogHandleContext, sizeof(LOG_HANDLE_CONTEXT)); } @@ -315,8 +315,8 @@ CcSetLogHandleForFileEx( if (SharedCacheMap->DirtyPages) { VolumeLogHandleContext->DirtyPageStatistics.DirtyPages += SharedCacheMap->DirtyPages; + } } - } SharedCacheMap->Flags |= FLAG_LOGHANDLE_NOT_SET;