summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 92d2c9aea..a8c4dbaee 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -2305,3 +2305,10 @@ bool DoneELine(ServerConfig* conf, const char* tag)
conf->GetInstance()->XLines->CheckELines();
return true;
}
+
+void ConfigReaderThread::Run()
+{
+ ServerInstance->Config->Read(true, NULL, 0);
+ ServerInstance->Config->Read(true, NULL, 1);
+}
+