Removed clientid requirements from the protocol handler.
This commit is contained in:
parent
ea9e966330
commit
fa77cdf3b5
1 changed files with 0 additions and 2 deletions
|
@ -385,8 +385,6 @@ Response::ResponseCode Server_ProtocolHandler::cmdLogin(const Command_Login &cmd
|
||||||
|
|
||||||
if (userName.isEmpty() || (userInfo != 0))
|
if (userName.isEmpty() || (userInfo != 0))
|
||||||
return Response::RespContextError;
|
return Response::RespContextError;
|
||||||
if (clientId.isEmpty())
|
|
||||||
return Response::RespContextError;
|
|
||||||
|
|
||||||
QString reasonStr;
|
QString reasonStr;
|
||||||
int banSecondsLeft = 0;
|
int banSecondsLeft = 0;
|
||||||
|
|
Loading…
Reference in a new issue