X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fconfigreader.cpp;h=5260501a76f6ba1c3341b87d48dd97ba4f0fd02b;hb=c9d94ba9cd653574ce4aba06d13b130f7a175480;hp=0e373190bb8c59bcca0f1203de10c41fc232847e;hpb=636a52312b9ba4c5ffc886c7bdba14bd76726976;p=user%2Fhenk%2Fcode%2Finspircd.git 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();