aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_haproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_haproxy.cpp')
-rw-r--r--src/modules/m_haproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_haproxy.cpp b/src/modules/m_haproxy.cpp
index f561f08a8..28243579e 100644
--- a/src/modules/m_haproxy.cpp
+++ b/src/modules/m_haproxy.cpp
@@ -396,7 +396,7 @@ public:
return 1;
}
- int OnStreamSocketRead(StreamSocket* sock, std::string& destrecvq) override
+ ssize_t OnStreamSocketRead(StreamSocket* sock, std::string& destrecvq) override
{
switch (state)
{