]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/socketengine_epoll.cpp
Move all_opers into class InspIRCd
[user/henk/code/inspircd.git] / src / socketengine_epoll.cpp
index 4afee1374cb614f622fd776adbb7ac8f5292b1c1..05513290b6a1046d1454b52205d85779a09d2d90 100644 (file)
@@ -33,7 +33,7 @@ EPollEngine::EPollEngine()
                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.");
-               Exit(0);
+               InspIRCd::Exit(ERROR);
        }
        CurrentSetSize = 0;
 }