Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
e9478ff9
Commit
e9478ff9
authored
Aug 10, 2015
by
Zach
Browse files
Merge pull request #1362 from woogerboy21/rem_clientid_protoreq
Removed clientid requirements from the protocol handler.
parents
ea9e9663
fa77cdf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/server_protocolhandler.cpp
View file @
e9478ff9
...
@@ -385,8 +385,6 @@ Response::ResponseCode Server_ProtocolHandler::cmdLogin(const Command_Login &cmd
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment