From 5cf6f65044c27a69e70d795d75e826ce3f0b97a1 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 2 Sep 2019 15:17:30 +0100 Subject: Document ConfigStatus and add a way to detect the initial load. --- src/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules.cpp') 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 -- cgit v1.3.1-10-gc9f91