don't return value of uninitialized variable
authorThomas Bluemel <thomas@reactsoft.com>
Sun, 13 Feb 2005 23:01:33 +0000 (23:01 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sun, 13 Feb 2005 23:01:33 +0000 (23:01 +0000)
svn path=/trunk/; revision=13549

reactos/drivers/fs/ntfs/fcb.c

index bda263a..db79277 100644 (file)
@@ -254,6 +254,7 @@ NtfsFCBInitializeCache(PVCB Vcb,
       KEBUGCHECK(0);
     }
 #else
+  Status = STATUS_SUCCESS;
   CcInitializeCacheMap(FileObject,
                        (PCC_FILE_SIZES)(&Fcb->RFCB.AllocationSize),
                        FALSE,