mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:53:02 +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);
|
KEBUGCHECK(0);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Status = STATUS_SUCCESS;
|
||||||
CcInitializeCacheMap(FileObject,
|
CcInitializeCacheMap(FileObject,
|
||||||
(PCC_FILE_SIZES)(&Fcb->RFCB.AllocationSize),
|
(PCC_FILE_SIZES)(&Fcb->RFCB.AllocationSize),
|
||||||
FALSE,
|
FALSE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue