mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +00:00
[MOUNTMGR] Properly return EpicNumber in MountMgrChangeNotify
This commit is contained in:
parent
400eb23a64
commit
d904ee19c5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ MountMgrChangeNotify(IN PDEVICE_EXTENSION DeviceExtension,
|
|||
if (DeviceExtension->EpicNumber != ChangeNotify->EpicNumber)
|
||||
{
|
||||
ChangeNotify->EpicNumber = DeviceExtension->EpicNumber;
|
||||
Irp->IoStatus.Information = 0;
|
||||
Irp->IoStatus.Information = sizeof(MOUNTMGR_CHANGE_NOTIFY_INFO);
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue