mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
[NTFS]
Return proper status svn path=/trunk/; revision=68836
This commit is contained in:
parent
b3ec3aeb5a
commit
78128d23f0
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ GetVolumeBitmap(PDEVICE_EXTENSION DeviceExt,
|
|||
ReleaseAttributeContext(DataContext);
|
||||
ExFreePoolWithTag(BitmapRecord, TAG_NTFS);
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue