diff options
| author | 2026-04-03 14:28:00 +0100 | |
|---|---|---|
| committer | 2026-04-03 14:28:00 +0100 | |
| commit | cd29cf98868c5805ee071c1802b1d43df8324ed1 (patch) | |
| tree | fa0d82a8a9a4b9477f8175936afe554194fcb427 /modules/haproxy.cpp | |
| parent | Release v5.0.0 development snapshot 3. (diff) | |
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.cpp | 2 |
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) { } |
