mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:32:57 +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);
|
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