1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 04:36:38 +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();
+6 -2
View File
@@ -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)