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: [PATCH] # 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 ------ version.log | 8 ++++++-- 2 files changed, 6 insertions(+), 8 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(); diff --git a/version.log b/version.log index f5d6b57fd..e8f53b51e 100644 --- a/version.log +++ b/version.log @@ -9,12 +9,16 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="13" VERSION_EXTRA="-svn" -VERSION_BUILD="1019" +VERSION_BUILD="1020" # $Log$ # -# BUILD : 1.7.13 (1019) +# BUILD : 1.7.13 (1020) # BUGS : +# NOTES : fixed main.c after last commit :) +# +# BUILD : 1.7.13 (1019) +# BUGS : 390 # NOTES : fixed some obsolete defines. hopefully :P # # BUILD : 1.7.13 (1017)