mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
don't return value of uninitialized variable
svn path=/trunk/; revision=13548
This commit is contained in:
parent
f4bc26733a
commit
013461bd7d
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ CdfsFCBInitializeCache(PVCB Vcb,
|
|||
KEBUGCHECK(0);
|
||||
}
|
||||
#else
|
||||
Status = STATUS_SUCCESS;
|
||||
CcInitializeCacheMap(FileObject,
|
||||
(PCC_FILE_SIZES)(&Fcb->RFCB.AllocationSize),
|
||||
FALSE,
|
||||
|
|
Loading…
Reference in a new issue