[ros-diffs] [ion] 15240: Fix uninit var
ion at svn.reactos.com
ion at svn.reactos.com
Thu May 12 20:05:24 CEST 2005
Fix uninit var
Modified: trunk/reactos/ntoskrnl/io/device.c
_____
Modified: trunk/reactos/ntoskrnl/io/device.c
--- trunk/reactos/ntoskrnl/io/device.c 2005-05-12 17:30:52 UTC (rev
15239)
+++ trunk/reactos/ntoskrnl/io/device.c 2005-05-12 18:05:22 UTC (rev
15240)
@@ -1123,7 +1123,7 @@
PIRP Irp;
PIO_STACK_LOCATION StackPtr;
PKEVENT EventObject = NULL;
- BOOLEAN LocalEvent;
+ BOOLEAN LocalEvent = FALSE;
KPROCESSOR_MODE PreviousMode = ExGetPreviousMode();
DPRINT("NtDeviceIoControlFile(DeviceHandle %x Event %x
UserApcRoutine %x "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050512/87597d4c/attachment.html
More information about the Ros-diffs
mailing list