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