mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NPFS] Set completion routine on the correct IRP in NpTransceive.
This commit is contained in:
@@ -566,7 +566,7 @@ NpTransceive(IN PDEVICE_OBJECT DeviceObject,
|
||||
goto Quickie;
|
||||
}
|
||||
|
||||
IoSetCompletionRoutine(Irp, NpCompleteTransceiveIrp, NULL, TRUE, TRUE, TRUE);
|
||||
IoSetCompletionRoutine(NewIrp, NpCompleteTransceiveIrp, NULL, TRUE, TRUE, TRUE);
|
||||
|
||||
if (BytesWritten)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user