correct this

This commit is contained in:
DarthArgus
2017-01-01 05:18:53 -06:00
parent 019affa036
commit 86f4848dee

View File

@@ -296,7 +296,7 @@ void ClientConnection::handleClientIdMessage(const ClientIdMsg &msg) {
static const std::string sessURL(ConfigConnectionServer::getSessionURL());
if (result || sessionId) {
if (result || sessionId != '\0') {
if (ConfigConnectionServer::getValidateStationKey() && !sessURL.empty()) {
bool cont = false;
StationId apiSuid = 0;