From 2a0c6c52d045fe3a6dda9bf0209be250fa486d6b Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 4 Sep 2008 10:50:53 +0000 Subject: initialise mutexengine git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10384 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 3bebbf30d..875755ed7 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -458,6 +458,7 @@ InspIRCd::InspIRCd(int argc, char** argv) ThreadEngineFactory* tef = new ThreadEngineFactory(); this->Threads = tef->Create(this); delete tef; + this->Mutexes = new MutexEngine(this); /* Default implementation does nothing */ this->PI = new ProtocolInterface(this); -- cgit v1.3.1-10-gc9f91