mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL] Addendum to 8a8cb4d: don't print uninit pointer.
This commit is contained in:
+1
-2
@@ -1391,8 +1391,7 @@ CcRosInitializeFileCache (
|
||||
BOOLEAN Allocated;
|
||||
PROS_SHARED_CACHE_MAP SharedCacheMap;
|
||||
|
||||
DPRINT("CcRosInitializeFileCache(FileObject 0x%p, SharedCacheMap 0x%p)\n",
|
||||
FileObject, SharedCacheMap);
|
||||
DPRINT("CcRosInitializeFileCache(FileObject 0x%p)\n", FileObject);
|
||||
|
||||
Allocated = FALSE;
|
||||
KeAcquireGuardedMutex(&ViewLock);
|
||||
|
||||
Reference in New Issue
Block a user