mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
Always return a meaningfull status code
svn path=/trunk/; revision=16432
This commit is contained in:
parent
8e86b33472
commit
3b9c960f59
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ NTSTATUS
|
|||
PsInitWin32Thread (PETHREAD Thread)
|
||||
{
|
||||
PEPROCESS Process;
|
||||
NTSTATUS Status;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
|
||||
Process = Thread->ThreadsProcess;
|
||||
|
||||
|
|
Loading…
Reference in a new issue