[ros-diffs] [weiden] 20438: fixed uninitialized variable error

weiden at svn.reactos.org weiden at svn.reactos.org
Thu Dec 29 21:51:30 CET 2005


fixed uninitialized variable error
Modified: trunk/reactos/ntoskrnl/ex/error.c
  _____  

Modified: trunk/reactos/ntoskrnl/ex/error.c
--- trunk/reactos/ntoskrnl/ex/error.c	2005-12-29 20:31:22 UTC (rev
20437)
+++ trunk/reactos/ntoskrnl/ex/error.c	2005-12-29 20:51:14 UTC (rev
20438)
@@ -99,7 +99,7 @@

                  IN ULONG ValidResponseOptions,
                  OUT PULONG Response)
 {
-    NTSTATUS Status;
+    NTSTATUS Status = STATUS_SUCCESS;
     PULONG_PTR SafeParams = NULL;
     ULONG SafeResponse;
     UNICODE_STRING SafeString;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051229/557aac95/attachment.html


More information about the Ros-diffs mailing list