mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +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);
|
ReleaseAttributeContext(DataContext);
|
||||||
ExFreePoolWithTag(BitmapRecord, TAG_NTFS);
|
ExFreePoolWithTag(BitmapRecord, TAG_NTFS);
|
||||||
|
|
||||||
return STATUS_SUCCESS;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue