mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-01-17 00:04:52 -05:00
correct this
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user