summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_haproxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_haproxy.cpp b/src/modules/m_haproxy.cpp
index ee9079cbf..57cb860c8 100644
--- a/src/modules/m_haproxy.cpp
+++ b/src/modules/m_haproxy.cpp
@@ -367,6 +367,7 @@ class HAProxyHook : public IOHookMiddle
: IOHookMiddle(Prov)
, sslapi(api)
, state(HPS_WAITING_FOR_HEADER)
+ , address_length(0)
{
sock->AddIOHook(this);
}