allow the old style suid hashing in login server

This commit is contained in:
DarthArgus
2017-01-03 22:20:26 -06:00
parent 365ea61813
commit 11fc9a7564
6 changed files with 2021 additions and 2302 deletions
@@ -303,8 +303,6 @@ void ClientConnection::handleClientIdMessage(const ClientIdMsg &msg) {
result = ConnectionServer::decryptToken(token, sessionId, m_requestedSuid);
}
static const std::string sessURL(ConfigConnectionServer::getSessionURL());
if (result || strlen(sessionId) != 0) {