mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
don't return value of uninitialized variable
svn path=/trunk/; revision=13549
This commit is contained in:
parent
013461bd7d
commit
9ad7ca2ec1
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ NtfsFCBInitializeCache(PVCB Vcb,
|
|||
KEBUGCHECK(0);
|
||||
}
|
||||
#else
|
||||
Status = STATUS_SUCCESS;
|
||||
CcInitializeCacheMap(FileObject,
|
||||
(PCC_FILE_SIZES)(&Fcb->RFCB.AllocationSize),
|
||||
FALSE,
|
||||
|
|
Loading…
Reference in a new issue