From 9beffb09a77202cc344f7037097b3ce7b8fadb62 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 26 Oct 2025 16:46:19 +0000 Subject: Start splitting the user I/O interface from the network socket. --- 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 101204328..2c16094d3 100644 --- a/modules/haproxy.cpp +++ b/modules/haproxy.cpp @@ -218,7 +218,7 @@ private: cert->unknownsigner = true; // Extract the user for this socket and set their certificate. - LocalUser* luser = static_cast(sock)->user; + auto* luser = reinterpret_cast(sock)->user; sslapi->SetCertificate(luser, cert); return true; } -- cgit v1.3.1-10-gc9f91