mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[PORTCLS]
- Don't modify status code of irps which are not handled svn path=/trunk/; revision=54190
This commit is contained in:
@@ -159,10 +159,9 @@ PortClsPnp(
|
||||
}
|
||||
|
||||
DPRINT("unhandled function %u\n", IoStack->MinorFunction);
|
||||
|
||||
Irp->IoStatus.Status = STATUS_UNSUCCESSFUL;
|
||||
Status = Irp->IoStatus.Status;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
return STATUS_UNSUCCESSFUL;
|
||||
return Status;
|
||||
}
|
||||
|
||||
VOID
|
||||
|
||||
Reference in New Issue
Block a user