aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-07-01 13:43:14 +0100
committerGravatar Sadie Powell2023-07-01 14:01:21 +0100
commit65a0c1430e86ac7a65c9cf51ca6217d48d286e10 (patch)
tree5a5b7f4ce6017370db79ad24918ea95904eb638e /src/configreader.cpp
parentReorder the types in the services module. (diff)
Merge the svshold module into the services module.
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 09c9d070a..4e4f1089c 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -645,6 +645,8 @@ std::vector<std::string> ServerConfig::GetModules() const
}
else if (stdalgo::string::equalsci(shortname, "servprotect"))
modules.push_back("services");
+ else if (stdalgo::string::equalsci(shortname, "svshold"))
+ modules.push_back("services");
else
{
// No need to rewrite this module name.