mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[FASTFAT]
Don't return uninit status on allocation failure. svn path=/trunk/; revision=75771
This commit is contained in:
@@ -39,7 +39,7 @@ VfatDiskShutDown(
|
||||
}
|
||||
else
|
||||
{
|
||||
Status = IoStatus.Status;
|
||||
Status = STATUS_INSUFFICIENT_RESOURCES;
|
||||
}
|
||||
|
||||
return Status;
|
||||
|
||||
Reference in New Issue
Block a user