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