]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
Put log-switching back into configreader
[user/henk/code/inspircd.git] / src / inspircd.cpp
index 998e0d1459edf8e451ee41adac160f503c4844db..aaad2746ada3a7206134ebaad5a5e6371e5f1556 100644 (file)
@@ -485,7 +485,7 @@ InspIRCd::InspIRCd(int argc, char** argv)
        /* During startup we don't actually initialize this
         * in the thread engine.
         */
-       this->ConfigThread = new ConfigReaderThread(this);
+       this->ConfigThread = new ConfigReaderThread(this, true, NULL);
        ConfigThread->Run();
        delete ConfigThread;
        this->ConfigThread = NULL;