mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
IoAllocateAdapterChannel should set CurrentIrp field in the wait context block.
svn path=/trunk/; revision=16865
This commit is contained in:
parent
852cd1035f
commit
be84f5ac52
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ IoAllocateAdapterChannel (PADAPTER_OBJECT AdapterObject,
|
||||||
{
|
{
|
||||||
DeviceObject->Queue.Wcb.DeviceObject = DeviceObject;
|
DeviceObject->Queue.Wcb.DeviceObject = DeviceObject;
|
||||||
DeviceObject->Queue.Wcb.DeviceContext = Context;
|
DeviceObject->Queue.Wcb.DeviceContext = Context;
|
||||||
|
DeviceObject->Queue.Wcb.CurrentIrp = DeviceObject->CurrentIrp;
|
||||||
|
|
||||||
return HalAllocateAdapterChannel( AdapterObject,
|
return HalAllocateAdapterChannel( AdapterObject,
|
||||||
&DeviceObject->Queue.Wcb,
|
&DeviceObject->Queue.Wcb,
|
||||||
|
|
Loading…
Reference in a new issue