Fixing compiler warning.
This commit is contained in:
@@ -232,7 +232,7 @@ SenderThread::Main()
|
||||
do
|
||||
{
|
||||
sessionValid = false;
|
||||
unsigned sessionId;
|
||||
unsigned sessionId = 0;
|
||||
|
||||
{
|
||||
boost::mutex::scoped_lock lock(m_changedSessionsMutex);
|
||||
|
||||
Reference in New Issue
Block a user