mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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…
Reference in a new issue