mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 09:14:24 +08:00
Always call TerminateProcess when exiting a session.
svn path=/trunk/; revision=39460
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
* Use freely, no copyrights.
|
||||
* Use Linux.
|
||||
*
|
||||
* Parts Copyright Steven Edwards
|
||||
* Public Domain
|
||||
*
|
||||
* TODO:
|
||||
* - access control
|
||||
* - will/won't handshake
|
||||
@@ -615,7 +618,9 @@ static void TerminateShell(client_t *client)
|
||||
}
|
||||
TerminateProcess(client->hProcess, 0);
|
||||
}
|
||||
TerminateProcess(client->hProcess, 0);
|
||||
}
|
||||
TerminateProcess(client->hProcess, 0);
|
||||
}
|
||||
|
||||
/* ErrorExit */
|
||||
|
||||
Reference in New Issue
Block a user