mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 09:32:15 +08:00
[MOUNTMGR] Properly return EpicNumber in MountMgrChangeNotify
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user