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:
+1
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user