mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:53:05 +00:00
Fixed an uninitialized variable error.
svn path=/trunk/; revision=16702
This commit is contained in:
parent
906754b0ed
commit
95a28ce6c5
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ NtSetVolumeInformationFile(IN HANDLE FileHandle,
|
|||
|
||||
if (PreviousMode != KernelMode)
|
||||
{
|
||||
Status = STATUS_SUCCESS;
|
||||
_SEH_TRY
|
||||
{
|
||||
if (IoStatusBlock != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue