]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/socketengine_iocp.cpp
Un-static InspIRCd::Exit and use SignalHandler instead.
[user/henk/code/inspircd.git] / src / socketengine_iocp.cpp
index ab894299ce6f6e84aa40eb5c935601f97b29472c..c61b440623e5fcbd3deb072eb1e337d131a35179 100644 (file)
@@ -26,7 +26,7 @@ IOCPEngine::IOCPEngine(InspIRCd * Instance) : SocketEngine(Instance)
                ServerInstance->Log(SPARSE,"ERROR: this is a fatal error, exiting now.");
                printf("ERROR: Could not initialize socket engine. Your kernel probably does not have the proper features.");
                printf("ERROR: this is a fatal error, exiting now.");
-               InspIRCd::Exit(EXIT_STATUS_SOCKETENGINE);
+               ServerInstance->Exit(EXIT_STATUS_SOCKETENGINE);
        }
 
        /* Null variables out. */