Fixing compiler warning.

This commit is contained in:
lotodore
2009-04-11 13:12:39 +00:00
parent 3db5c9218b
commit a4a8154073
+1 -1
View File
@@ -232,7 +232,7 @@ SenderThread::Main()
do
{
sessionValid = false;
unsigned sessionId;
unsigned sessionId = 0;
{
boost::mutex::scoped_lock lock(m_changedSessionsMutex);