From 23a4885701cba4a87a5ae027257fb4207c917572 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 10 Aug 2006 20:27:51 +0000 Subject: Move tons more stuff into class InspIRCd*, make signal handler functions static members git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4855 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/socketengine_kqueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/socketengine_kqueue.cpp') diff --git a/src/socketengine_kqueue.cpp b/src/socketengine_kqueue.cpp index 656c68224..3287ea780 100644 --- a/src/socketengine_kqueue.cpp +++ b/src/socketengine_kqueue.cpp @@ -34,7 +34,7 @@ KQueueEngine::KQueueEngine() 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; } -- cgit v1.3.1-10-gc9f91