diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-20 22:25:47 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-20 22:25:47 +0000 |
commit | df91e30723c9cfb91ff0c7f6506fe67ef4909b89 (patch) | |
tree | 2d9b3ec74b4dbcfccfc494c1cccc88912eb85851 /src/configreader.cpp | |
parent | 636a52312b9ba4c5ffc886c7bdba14bd76726976 (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.cpp | 1 |
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(); |