diff options
author | Robin Burchell <robin+git@viroteck.net> | 2012-04-18 17:43:59 +0200 |
---|---|---|
committer | Robin Burchell <robin+git@viroteck.net> | 2012-04-18 17:43:59 +0200 |
commit | 3f5e6f3c1180cc72f520cfddf36f2ba90787b8ad (patch) | |
tree | 4964f0cfb158f972dfa76c7c968e693a61f86408 | |
parent | b32df2db7d60e180e3ac9b219165723c59ce1fca (diff) |
No need to check elines twice..
-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 eecf01d8d..3cbcde460 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -879,7 +879,6 @@ void ConfigReaderThread::Finish() * thoroughly!!! */ ServerInstance->XLines->CheckELines(); - ServerInstance->XLines->CheckELines(); ServerInstance->XLines->ApplyLines(); ServerInstance->Res->Rehash(); ServerInstance->ResetMaxBans(); |