aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-09-23 00:37:33 +0100
committerGravatar Sadie Powell2019-09-23 00:37:33 +0100
commit8848169e8b42b5ed85837efd3b3f9e36ffbada1b (patch)
tree04babb46ea381f254589b12288f121d53338cb67 /src/modules.cpp
parentInstall libc++abi-dev on Travis. (diff)
parentLower the acceptable drift for clocks on link. (diff)
downloadinspircd++-8848169e8b42b5ed85837efd3b3f9e36ffbada1b.tar.gz
inspircd++-8848169e8b42b5ed85837efd3b3f9e36ffbada1b.tar.bz2
inspircd++-8848169e8b42b5ed85837efd3b3f9e36ffbada1b.zip
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules.cpp')
-rw-r--r--src/modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index 12201759d..4193c63ee 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -507,7 +507,7 @@ void ModuleManager::LoadAll()
}
this->NewServices = NULL;
- ConfigStatus confstatus;
+ ConfigStatus confstatus(NULL, true);
// Step 3: Read the configuration for the modules. This must be done as part of
// its own step so that services provided by modules can be registered before