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)
commit2e11a962a07ff5d4a75b9e1c0ac2c4e6d7c1ba4f
treea494652763892ca4d016f745b660cc5b41aaa57e
parentbe1df1f2ffeb6fde929866d29416ca5049fa6814
Terminate the correct process.

We were calling TerminateProcess() on the service process handle in
instead of the handle passed to kill_process().

Thanks Sam Townsend.
process.cpp