Starting gsasl integration to perform challenge response authentication. Note that gsasl 1.3 is required (previous versions are not supported). Authentication is currently broken.
This commit is contained in:
@@ -87,14 +87,14 @@ ServerGame::GetName() const
|
||||
return m_name;
|
||||
}
|
||||
|
||||
db_id
|
||||
DB_id
|
||||
ServerGame::GetDBId() const
|
||||
{
|
||||
return m_dbId;
|
||||
}
|
||||
|
||||
void
|
||||
ServerGame::SetDBId(db_id newId)
|
||||
ServerGame::SetDBId(DB_id newId)
|
||||
{
|
||||
m_dbId = newId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user