From cd29cf98868c5805ee071c1802b1d43df8324ed1 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 3 Apr 2026 14:28:00 +0100 Subject: 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. --- modules/haproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/haproxy.cpp') 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) { } -- cgit v1.3.1-10-gc9f91