1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 12:13:12 +02:00

# 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
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-03-23 13:10:04 +00:00
parent 660e2e9e8a
commit c5536f67df
2 changed files with 6 additions and 8 deletions
-6
View File
@@ -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();