summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorRobin Burchell <robin+git@viroteck.net>2012-04-18 17:43:59 +0200
committerRobin Burchell <robin+git@viroteck.net>2012-04-18 17:43:59 +0200
commit3f5e6f3c1180cc72f520cfddf36f2ba90787b8ad (patch)
tree4964f0cfb158f972dfa76c7c968e693a61f86408 /src/configreader.cpp
parentb32df2db7d60e180e3ac9b219165723c59ce1fca (diff)
No need to check elines twice..
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 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();