reactos/ntoskrnl/io
diff -u -r1.47 -r1.48
--- iomgr.c 2 May 2004 19:33:50 -0000 1.47
+++ iomgr.c 9 May 2004 15:02:07 -0000 1.48
@@ -1,4 +1,4 @@
-/* $Id: iomgr.c,v 1.47 2004/05/02 19:33:50 ekohl Exp $
+/* $Id: iomgr.c,v 1.48 2004/05/09 15:02:07 hbirr Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@@ -78,7 +78,7 @@
NULL,
0,
NULL,
- NULL,
+ &FileObject->Event,
NULL);
StackPtr = IoGetNextIrpStackLocation(Irp);
StackPtr->FileObject = FileObject;
@@ -117,7 +117,7 @@
NULL,
0,
NULL,
- NULL,
+ &FileObject->Event,
NULL);
Irp->Flags |= IRP_CLOSE_OPERATION;
StackPtr = IoGetNextIrpStackLocation(Irp);