More fixes (seems I'm too tired...).
This commit is contained in:
@@ -79,7 +79,6 @@ SessionData::GetAsioSocket()
|
|||||||
bool
|
bool
|
||||||
SessionData::CreateServerAuthSession(Gsasl *context)
|
SessionData::CreateServerAuthSession(Gsasl *context)
|
||||||
{
|
{
|
||||||
bool retVal = false;
|
|
||||||
boost::mutex::scoped_lock lock(m_dataMutex);
|
boost::mutex::scoped_lock lock(m_dataMutex);
|
||||||
InternalClearAuthSession();
|
InternalClearAuthSession();
|
||||||
int errorCode;
|
int errorCode;
|
||||||
@@ -136,9 +135,8 @@ SessionData::AuthGetUser()
|
|||||||
{
|
{
|
||||||
string retStr;
|
string retStr;
|
||||||
if (m_authSession)
|
if (m_authSession)
|
||||||
{
|
|
||||||
retStr = gsasl_property_fast(m_authSession, GSASL_AUTHID);
|
retStr = gsasl_property_fast(m_authSession, GSASL_AUTHID);
|
||||||
}
|
return retStr;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user