summaryrefslogtreecommitdiffstats
path: root/source/OSSupport/ListenThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/OSSupport/ListenThread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/OSSupport/ListenThread.cpp b/source/OSSupport/ListenThread.cpp
index 70c1159a4..89aa6ea75 100644
--- a/source/OSSupport/ListenThread.cpp
+++ b/source/OSSupport/ListenThread.cpp
@@ -14,6 +14,7 @@ cListenThread::cListenThread(cCallback & a_Callback, cSocket::eFamily a_Family,
super(Printf("ListenThread %s", a_ServiceName.c_str())),
m_Callback(a_Callback),
m_Family(a_Family),
+ m_ShouldReuseAddr(false),
m_ServiceName(a_ServiceName)
{
}