mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[FASTFAT]
Don't return uninit status on allocation failure. svn path=/trunk/; revision=75771
This commit is contained in:
parent
dda7065bee
commit
a9dcc28ffb
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ VfatDiskShutDown(
|
|||
}
|
||||
else
|
||||
{
|
||||
Status = IoStatus.Status;
|
||||
Status = STATUS_INSUFFICIENT_RESOURCES;
|
||||
}
|
||||
|
||||
return Status;
|
||||
|
|
Loading…
Reference in a new issue