diff options
| author | 2008-09-04 10:50:53 +0000 | |
|---|---|---|
| committer | 2008-09-04 10:50:53 +0000 | |
| commit | 2a0c6c52d045fe3a6dda9bf0209be250fa486d6b (patch) | |
| tree | 470e546bf9438113983c488ab5f223050e76490f /src/inspircd.cpp | |
| parent | Fix silly compile errors (diff) | |
initialise mutexengine
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10384 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 1 |
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); |
