]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/server.cpp
Show config warnings/errors regardless of loglevel on startup.
[user/henk/code/inspircd.git] / src / server.cpp
index 1c73067b7307bf4d098a4fd3fa13a61575a3405e..01f523e4708ff5af90efed6af6b4f82210cbeaaf 100644 (file)
@@ -53,9 +53,7 @@ void RehashHandler::Call(const std::string &reason)
        FOREACH_MOD_I(Server, I_OnGarbageCollect, OnGarbageCollect());
        if (!Server->ConfigThread)
        {
-               Server->Config->RehashUserUID = "";
-
-               Server->ConfigThread = new ConfigReaderThread(Server, false, "");
+               Server->ConfigThread = new ConfigReaderThread(Server, "");
                Server->Threads->Start(Server->ConfigThread);
        }
 }