summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar brain2008-09-20 22:25:47 +0000
committerGravatar brain2008-09-20 22:25:47 +0000
commitdf91e30723c9cfb91ff0c7f6506fe67ef4909b89 (patch)
tree2d9b3ec74b4dbcfccfc494c1cccc88912eb85851 /src/configreader.cpp
parentFix a rather nasty race condition revealed by my reading through the comments... (diff)
Remove the old TODO comment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10570 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 0e373190b..5260501a7 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -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();