aboutsummaryrefslogtreecommitdiffstats
path: root/modules/haproxy.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-04-03 14:28:00 +0100
committerGravatar Sadie Powell2026-04-03 14:28:00 +0100
commitcd29cf98868c5805ee071c1802b1d43df8324ed1 (patch)
treefa0d82a8a9a4b9477f8175936afe554194fcb427 /modules/haproxy.cpp
parentRelease v5.0.0 development snapshot 3. (diff)
downloadinspircd++-cd29cf98868c5805ee071c1802b1d43df8324ed1.tar.gz
inspircd++-cd29cf98868c5805ee071c1802b1d43df8324ed1.tar.bz2
inspircd++-cd29cf98868c5805ee071c1802b1d43df8324ed1.zip
Remove the hook type field from IOHookProvider.
This is only used by SSL hooks and now services have been reworked we can just check for a ssl/ prefix.
Diffstat (limited to 'modules/haproxy.cpp')
-rw-r--r--modules/haproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/haproxy.cpp b/modules/haproxy.cpp
index d0c704757..46769220a 100644
--- a/modules/haproxy.cpp
+++ b/modules/haproxy.cpp
@@ -115,7 +115,7 @@ private:
public:
HAProxyHookProvider(const WeakModulePtr& mod)
- : IOHookProvider(mod, "haproxy", IOHookProvider::IOH_UNKNOWN, true)
+ : IOHookProvider(mod, "haproxy", true)
, sslapi(mod)
{
}