Terminate the correct process.
authorIain Patterson <me@iain.cx>
Sun, 31 Aug 2014 15:08:56 +0000 (16:08 +0100)
committerIain Patterson <me@iain.cx>
Sun, 31 Aug 2014 15:08:56 +0000 (16:08 +0100)
We were calling TerminateProcess() on the service process handle in
instead of the handle passed to kill_process().

Thanks Sam Townsend.


No differences found