From a4a815407345d541439492d6275e58c68536d559 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 11 Apr 2009 13:12:39 +0000 Subject: [PATCH] Fixing compiler warning. --- src/net/common/senderthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);