From 013461bd7d86d1aa04c9d9910c316b9ec127f9c8 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sun, 13 Feb 2005 22:56:12 +0000 Subject: [PATCH] don't return value of uninitialized variable svn path=/trunk/; revision=13548 --- reactos/drivers/fs/cdfs/fcb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/drivers/fs/cdfs/fcb.c b/reactos/drivers/fs/cdfs/fcb.c index 28b52b152a0..c579a4847c0 100644 --- a/reactos/drivers/fs/cdfs/fcb.c +++ b/reactos/drivers/fs/cdfs/fcb.c @@ -250,6 +250,7 @@ CdfsFCBInitializeCache(PVCB Vcb, KEBUGCHECK(0); } #else + Status = STATUS_SUCCESS; CcInitializeCacheMap(FileObject, (PCC_FILE_SIZES)(&Fcb->RFCB.AllocationSize), FALSE,