mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Always return a meaningfull status code
svn path=/trunk/; revision=16432
This commit is contained in:
@@ -64,7 +64,7 @@ NTSTATUS
|
||||
PsInitWin32Thread (PETHREAD Thread)
|
||||
{
|
||||
PEPROCESS Process;
|
||||
NTSTATUS Status;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
|
||||
Process = Thread->ThreadsProcess;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user