mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +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
|
else
|
||||||
{
|
{
|
||||||
Status = IoStatus.Status;
|
Status = STATUS_INSUFFICIENT_RESOURCES;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Status;
|
return Status;
|
||||||
|
|
Loading…
Reference in a new issue