]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/configreader.cpp
Fix crash caused by me being retarded.
[user/henk/code/inspircd.git] / src / configreader.cpp
index 0e373190bb8c59bcca0f1203de10c41fc232847e..5260501a76f6ba1c3341b87d48dd97ba4f0fd02b 100644 (file)
@@ -2372,7 +2372,6 @@ bool DoneELine(ServerConfig* conf, const char* tag)
 
 void ConfigReaderThread::Run()
 {
-       /* TODO: TheUser may be invalid by the time we get here! Check its validity, or pass a UID would be better */
        ServerInstance->Config->Read(do_bail, TheUserUID);
        ServerInstance->Threads->Lock();
        this->SetExitFlag();