From 397cc54f01ad1a2b8c4b26aeae7611a6699432b9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 19 Mar 2025 15:21:48 +0000 Subject: Allow using signals to rehash any module instead of just TLS. --- src/configreader.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index 6d4ba373a..31b1f5a04 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -679,6 +679,9 @@ std::vector ServerConfig::GetModules() const } // Rewrite the old names of renamed modules. + if (insp::equalsci(shortname, "sslrehashsignal")) + modules.push_back("rehashsignal"); + else { // No need to rewrite this module name. modules.push_back(shortname); -- cgit v1.3.1-10-gc9f91