diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-23 13:10:04 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-23 13:10:04 +0000 |
commit | c5536f67df42ef8bcbe694ffa6f0b8556847d041 (patch) | |
tree | c389464f154b0df8ff9d620136e37ddfbe12371a /src | |
parent | 660e2e9e8adabebb9a017ce113421a44f2c965fb (diff) |
# 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
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
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(); |