]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
cleanup
[user/henk/code/inspircd.git] / src / inspircd.cpp
index 875755ed77f497c9bd1ffb65e49a5163c033a3b1..96b7792716942c6984e657ea4d2bb4f8a3c846b7 100644 (file)
@@ -458,7 +458,7 @@ InspIRCd::InspIRCd(int argc, char** argv)
        ThreadEngineFactory* tef = new ThreadEngineFactory();
        this->Threads = tef->Create(this);
        delete tef;
-       this->Mutexes = new MutexEngine(this);
+       this->Mutexes = new MutexFactory(this);
 
        /* Default implementation does nothing */
        this->PI = new ProtocolInterface(this);