- Fix a typo (and build)
authorStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 18 Aug 2008 13:33:40 +0000 (13:33 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 18 Aug 2008 13:33:40 +0000 (13:33 +0000)
svn path=/trunk/; revision=35429

reactos/ntoskrnl/io/pnpmgr/pnpreport.c

index d7b6d71..d967e66 100644 (file)
@@ -128,7 +128,7 @@ IoReportTargetDeviceChange(IN PDEVICE_OBJECT PhysicalDeviceObject,
     /* Call the asynchronous version */
     Status = IoReportTargetDeviceChangeAsynchronous(PhysicalDeviceObject,
                                                     NotificationStructure,
-                                                    IopClearEvent,
+                                                    IopSetEvent,
                                                     &Event);
 
     /* Only wait if we succeeded */