mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[CDFS]
Initialize an uninitialized variable. svn path=/trunk/; revision=68000
This commit is contained in:
parent
9e959dc0a3
commit
132e058f65
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ CdfsGetFsFullSizeInformation(
|
|||
PULONG BufferLength)
|
||||
{
|
||||
PDEVICE_EXTENSION DeviceExt;
|
||||
NTSTATUS Status;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
|
||||
DPRINT("CdfsGetFsFullSizeInformation()\n");
|
||||
DPRINT("FsSizeInfo = %p\n", FsSizeInfo);
|
||||
|
|
Loading…
Reference in a new issue