summaryrefslogtreecommitdiff
path: root/src/modules.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-09-02 15:17:30 +0100
committerPeter Powell <petpow@saberuk.com>2019-09-02 15:17:30 +0100
commit5cf6f65044c27a69e70d795d75e826ce3f0b97a1 (patch)
tree40247603a5556705a8638f9124fc48f481d943e6 /src/modules.cpp
parent78f9c572119aef08c9115ad61caa41e82b41c98a (diff)
Document ConfigStatus and add a way to detect the initial load.
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 6f7ca2694..4087a1d62 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