diff options
Diffstat (limited to 'src/socketengine_ports.cpp')
-rw-r--r-- | src/socketengine_ports.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socketengine_ports.cpp b/src/socketengine_ports.cpp index 869e0a6fb..a0141f79a 100644 --- a/src/socketengine_ports.cpp +++ b/src/socketengine_ports.cpp @@ -26,7 +26,7 @@ PortsEngine::PortsEngine(InspIRCd* Instance) : SocketEngine(Instance) ServerInstance->Log(SPARSE,"ERROR: This is a fatal error, exiting now."); printf("ERROR: Could not initialize socket engine: %s\n", strerror(errno)); printf("ERROR: This is a fatal error, exiting now.\n"); - InspIRCd::Exit(EXIT_STATUS_SOCKETENGINE); + ServerInstance->Exit(EXIT_STATUS_SOCKETENGINE); } CurrentSetSize = 0; } |