IoAllocateAdapterChannel should set CurrentIrp field in the wait context block.

svn path=/trunk/; revision=16865
This commit is contained in:
Filip Navara 2005-07-29 13:58:25 +00:00
parent 852cd1035f
commit be84f5ac52

View file

@ -33,6 +33,7 @@ IoAllocateAdapterChannel (PADAPTER_OBJECT AdapterObject,
{
DeviceObject->Queue.Wcb.DeviceObject = DeviceObject;
DeviceObject->Queue.Wcb.DeviceContext = Context;
DeviceObject->Queue.Wcb.CurrentIrp = DeviceObject->CurrentIrp;
return HalAllocateAdapterChannel( AdapterObject,
&DeviceObject->Queue.Wcb,