From a30fcc1117f519fcc8e1bc4eff7846589bf708fd Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 31 Oct 2004 23:49:33 +0000 Subject: [PATCH] Fix deleted line. svn path=/trunk/; revision=11518 --- reactos/ntoskrnl/io/cleanup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/ntoskrnl/io/cleanup.c b/reactos/ntoskrnl/io/cleanup.c index c0d5667233a..c5fe3e93b3a 100644 --- a/reactos/ntoskrnl/io/cleanup.c +++ b/reactos/ntoskrnl/io/cleanup.c @@ -191,6 +191,7 @@ IoSecondStageCompletion( } DPRINT("Tail Value %x, Irp Value %x\n", Irp->Tail.Overlay.CurrentStackLocation - (PIO_STACK_LOCATION)(Irp+1), Irp->CurrentLocation); + IoStack = (PIO_STACK_LOCATION)(Irp+1) + Irp->CurrentLocation; DeviceObject = IoStack->DeviceObject; DPRINT("IoSecondStageCompletion(Irp %x, PriorityBoost %d)\n", Irp, PriorityBoost);