mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[CSRSRV]: Heh, fix a bug, which I think caused the crash in CSRSS during other process' crashes.
svn path=/trunk/; revision=55721
This commit is contained in:
@@ -1251,11 +1251,11 @@ HandleHardError:
|
||||
CsrDestroyProcess(&Request->Header.ClientId, STATUS_ABANDONED);
|
||||
|
||||
/* Return a Debug Message */
|
||||
DebugMessage = (PDBGKM_MSG)&Request;
|
||||
DebugMessage = (PDBGKM_MSG)Request;
|
||||
DebugMessage->ReturnedStatus = DBG_CONTINUE;
|
||||
Reply = Request;
|
||||
ReplyPort = CsrApiPort;
|
||||
|
||||
|
||||
/* Remove our extra reference */
|
||||
CsrDereferenceThread(CsrThread);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user