This commit is contained in:
DarthArgus
2017-01-04 10:35:31 -06:00
parent 8775730b20
commit 07a0cdc7fb
2 changed files with 20 additions and 11 deletions
@@ -310,6 +310,8 @@ void ClientConnection::handleClientIdMessage(const ClientIdMsg &msg) {
bool cont = false;
StationId apiSuid = 0;
FATAL(sessURL.empty(), ("Session URL is empty in connection server."));
const std::string clientIP = getRemoteAddress();
const std::string sess = sessionId;