projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e86b33
)
Always return a meaningfull status code
author
Gé van Geldorp
<ge@gse.nl>
Tue, 5 Jul 2005 17:10:52 +0000
(17:10 +0000)
committer
Gé van Geldorp
<ge@gse.nl>
Tue, 5 Jul 2005 17:10:52 +0000
(17:10 +0000)
svn path=/trunk/; revision=16432
reactos/ntoskrnl/ps/win32.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/ps/win32.c
b/reactos/ntoskrnl/ps/win32.c
index
065da8c
..
f486707
100644
(file)
--- a/
reactos/ntoskrnl/ps/win32.c
+++ b/
reactos/ntoskrnl/ps/win32.c
@@
-64,7
+64,7
@@
NTSTATUS
PsInitWin32Thread (PETHREAD Thread)
{
PEPROCESS Process;
- NTSTATUS Status;
+ NTSTATUS Status
= STATUS_SUCCESS
;
Process = Thread->ThreadsProcess;