diff options
author | Peter Powell <petpow@saberuk.com> | 2019-09-02 15:17:30 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-09-02 15:17:30 +0100 |
commit | 5cf6f65044c27a69e70d795d75e826ce3f0b97a1 (patch) | |
tree | 40247603a5556705a8638f9124fc48f481d943e6 /src/modules.cpp | |
parent | 78f9c572119aef08c9115ad61caa41e82b41c98a (diff) |
Document ConfigStatus and add a way to detect the initial load.
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 2 |
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 |