More fixes.
This commit is contained in:
@@ -76,7 +76,8 @@ SessionData::GetAsioSocket()
|
|||||||
return m_socket;
|
return m_socket;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CreateServerAuthSession(Gsasl *context)
|
bool
|
||||||
|
SessionData::CreateServerAuthSession(Gsasl *context)
|
||||||
{
|
{
|
||||||
bool retVal = false;
|
bool retVal = false;
|
||||||
boost::mutex::scoped_lock lock(m_dataMutex);
|
boost::mutex::scoped_lock lock(m_dataMutex);
|
||||||
|
|||||||
Reference in New Issue
Block a user