mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Default ExitStatus for a process is STATUS_PENDING aka STILL_ACTIVE. Fixes bug #3135.
svn path=/trunk/; revision=39466
This commit is contained in:
@@ -554,7 +554,7 @@ PspCreateProcess(OUT PHANDLE ProcessHandle,
|
||||
Process->SectionObject = SectionObject;
|
||||
|
||||
/* Set default exit code */
|
||||
Process->ExitStatus = STATUS_TIMEOUT;
|
||||
Process->ExitStatus = STATUS_PENDING;
|
||||
|
||||
/* Check if this is the initial process being built */
|
||||
if (Parent)
|
||||
|
||||
Reference in New Issue
Block a user