mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 11:24:14 +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)
|
PsInitWin32Thread (PETHREAD Thread)
|
||||||
{
|
{
|
||||||
PEPROCESS Process;
|
PEPROCESS Process;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status = STATUS_SUCCESS;
|
||||||
|
|
||||||
Process = Thread->ThreadsProcess;
|
Process = Thread->ThreadsProcess;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue