summaryrefslogtreecommitdiff
path: root/src/socketengines
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-02-05 18:02:01 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-02-05 18:02:01 +0100
commitd481bf8eb1a2c2dcf27e58c82420e3f35b7670eb (patch)
tree94f601509add63a0b29f0ef5ff8a148c001acc01 /src/socketengines
parent7525d32ac0d85ff1957f61ec653f78702093a8a7 (diff)
socketengine_epoll Initialize CurrentSetSize (only used by m_httpd_stats)
Diffstat (limited to 'src/socketengines')
-rw-r--r--src/socketengines/socketengine_epoll.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socketengines/socketengine_epoll.cpp b/src/socketengines/socketengine_epoll.cpp
index 6913076a2..f2837777a 100644
--- a/src/socketengines/socketengine_epoll.cpp
+++ b/src/socketengines/socketengine_epoll.cpp
@@ -54,6 +54,7 @@ public:
EPollEngine::EPollEngine()
{
+ CurrentSetSize = 0;
int max = ulimit(4, 0);
if (max > 0)
{