]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
No need to check elines twice..
authorRobin Burchell <robin+git@viroteck.net>
Wed, 18 Apr 2012 15:43:59 +0000 (17:43 +0200)
committerRobin Burchell <robin+git@viroteck.net>
Wed, 18 Apr 2012 15:43:59 +0000 (17:43 +0200)
src/configreader.cpp

index eecf01d8d8b96d9f3eaeb7ff14f4c5011c16c028..3cbcde460f5934705db9d6eedf1c0319af7e8819 100644 (file)
@@ -879,7 +879,6 @@ void ConfigReaderThread::Finish()
                 * thoroughly!!!
                 */
                ServerInstance->XLines->CheckELines();
-               ServerInstance->XLines->CheckELines();
                ServerInstance->XLines->ApplyLines();
                ServerInstance->Res->Rehash();
                ServerInstance->ResetMaxBans();