fixed uninitialized variable error
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;