aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Adam2015-03-03 15:45:22 -0500
committerGravatar Adam2015-03-21 12:53:21 -0400
commit7f051bcc5198c2eb3fff1ca52888bd7c6ec19000 (patch)
treecf87fa2bf76fad4e0d314e9efba82b44a4834643 /src/configreader.cpp
parentMerge pull request #1002 from SaberUK/insp20+fix-cgiirc-crash (diff)
downloadinspircd++-7f051bcc5198c2eb3fff1ca52888bd7c6ec19000.tar.gz
inspircd++-7f051bcc5198c2eb3fff1ca52888bd7c6ec19000.tar.bz2
inspircd++-7f051bcc5198c2eb3fff1ca52888bd7c6ec19000.zip
Rebuild clone counts on rehash
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index b3caf8c75..bcee938d5 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -963,6 +963,7 @@ void ConfigReaderThread::Finish()
* XXX: The order of these is IMPORTANT, do not reorder them without testing
* thoroughly!!!
*/
+ ServerInstance->Users->RehashCloneCounts();
ServerInstance->XLines->CheckELines();
ServerInstance->XLines->ApplyLines();
ServerInstance->Res->Rehash();