]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove the old TODO comment
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 20 Sep 2008 22:25:47 +0000 (22:25 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 20 Sep 2008 22:25:47 +0000 (22:25 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10570 e03df62e-2008-0410-955e-edbf42e46eb7

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();