More work on gsasl authentication.
This commit is contained in:
@@ -49,7 +49,7 @@ ServerDBGeneric::Stop()
|
||||
}
|
||||
|
||||
void
|
||||
ServerDBGeneric::AsyncPlayerLogin(unsigned requestId, const string &/*playerName*/, const string &/*secretString*/)
|
||||
ServerDBGeneric::AsyncPlayerLogin(unsigned requestId, const string &/*playerName*/)
|
||||
{
|
||||
m_ioService->post(boost::bind(&ServerDBCallback::PlayerLoginFailed, &m_callback, requestId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user