From c5536f67df42ef8bcbe694ffa6f0b8556847d041 Mon Sep 17 00:00:00 2001 From: "certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Thu, 23 Mar 2006 13:10:04 +0000 Subject: # BUILD : 1.7.13 (1020) # BUGS : # NOTES : fixed main.c after last commit :) git-svn-id: svn://svn.anope.org/anope/trunk@1020 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@745 5417fbe8-f217-4b02-8779-1006273d7864 --- src/main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 104702f7f..1da547e1f 100644 --- a/src/main.c +++ b/src/main.c @@ -220,9 +220,6 @@ static void services_restart(void) anope_cmd_squit(ServerName, quitmsg); disconn(servsock); close_log(); -#ifndef _WIN32 - pthread_kill_other_threads_np(); -#endif modules_unload_all(true); execve(SERVICES_BIN, my_av, my_envp); if (!readonly) { @@ -606,9 +603,6 @@ int main(int ac, char **av, char **envp) anope_cmd_squit(ServerName, quitmsg); disconn(servsock); close_log(); -#ifndef _WIN32 - pthread_kill_other_threads_np(); -#endif execve(SERVICES_BIN, av, envp); if (!readonly) { open_log(); -- cgit