mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
[NTOS:WMI]
- Actually fix WmipShutdown. Spotted by Hermès CORE-10105 svn path=/trunk/; revision=69014
This commit is contained in:
parent
8751ae5a8b
commit
cba5662485
1 changed files with 3 additions and 2 deletions
|
@ -552,8 +552,9 @@ WmipShutdown(
|
|||
_Inout_ PDEVICE_OBJECT DeviceObject,
|
||||
_Inout_ PIRP Irp)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
Irp->IoStatus.Status = STATUS_SUCCESS;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
_Function_class_(FAST_IO_DEVICE_CONTROL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue