mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
[NPFS] Set completion routine on the correct IRP in NpTransceive.
This commit is contained in:
parent
ea5c612b00
commit
dff2d58693
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue