1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 09:36:38 +02:00

A few minor fixups

This commit is contained in:
Adam
2011-10-22 16:11:26 -04:00
parent f4a0bdd54d
commit d0513d6506
4 changed files with 6 additions and 4 deletions
+1 -2
View File
@@ -419,13 +419,12 @@ void Init(int ac, char **av)
Log(LOG_DEBUG_3) << "Top of fork() process loop";
SocketEngine::Process();
}
SocketEngine::Shutdown();
exit(return_code);
}
else if (i == -1)
{
Log() << "Error, unable to fork: " << Anope::LastError();
/* On a successful fork, the parents socket engine shutdown will eat these */
nofork = true;
delete sfe;
delete ssc;
}