X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fserver.cpp;h=01f523e4708ff5af90efed6af6b4f82210cbeaaf;hb=090e7b616104723960ab51d8faa966af333eb15d;hp=1c73067b7307bf4d098a4fd3fa13a61575a3405e;hpb=0da6b3a13def40e8fd002b9fc60f955467f6372d;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/server.cpp b/src/server.cpp index 1c73067b7..01f523e47 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -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); } }