Always return a meaningfull status code
Modified: trunk/reactos/ntoskrnl/ps/win32.c
--- trunk/reactos/ntoskrnl/ps/win32.c 2005-07-05 17:10:19 UTC (rev 16431) +++ trunk/reactos/ntoskrnl/ps/win32.c 2005-07-05 17:10:52 UTC (rev 16432) @@ -64,7 +64,7 @@
PsInitWin32Thread (PETHREAD Thread) { PEPROCESS Process;
- NTSTATUS Status;
+ NTSTATUS Status = STATUS_SUCCESS;
Process = Thread->ThreadsProcess;