summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/inspircd.cpp1
1 files changed, 1 insertions, 0 deletions
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);