Some updated for 1.4.13

This commit is contained in:
WolverinDEV
2020-04-18 12:54:29 +02:00
parent 271d79bb64
commit 4914b1fbd3
5 changed files with 45 additions and 33 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ void ts::server::shutdownInstance(const std::string& message) {
threads::name(force_kill, "force stopper");
force_kill.detach();
exit(2);
kill(0, SIGKILL);
});
threads::name(hangup_controller, "stop controller");
hangup_controller.detach();