diff options
| author | 2012-04-18 17:43:59 +0200 | |
|---|---|---|
| committer | 2012-04-18 17:43:59 +0200 | |
| commit | 3f5e6f3c1180cc72f520cfddf36f2ba90787b8ad (patch) | |
| tree | 4964f0cfb158f972dfa76c7c968e693a61f86408 /src/configreader.cpp | |
| parent | Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c. (diff) | |
No need to check elines twice..
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 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(); |
