diff --git a/src/net/common/senderthread.cpp b/src/net/common/senderthread.cpp index fac8e47a..dfb6c5ba 100644 --- a/src/net/common/senderthread.cpp +++ b/src/net/common/senderthread.cpp @@ -232,7 +232,7 @@ SenderThread::Main() do { sessionValid = false; - unsigned sessionId; + unsigned sessionId = 0; { boost::mutex::scoped_lock lock(m_changedSessionsMutex);