mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:46:29 +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;
|
goto Quickie;
|
||||||
}
|
}
|
||||||
|
|
||||||
IoSetCompletionRoutine(Irp, NpCompleteTransceiveIrp, NULL, TRUE, TRUE, TRUE);
|
IoSetCompletionRoutine(NewIrp, NpCompleteTransceiveIrp, NULL, TRUE, TRUE, TRUE);
|
||||||
|
|
||||||
if (BytesWritten)
|
if (BytesWritten)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue