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
fa77cdf3
Commit
fa77cdf3
authored
Aug 10, 2015
by
woogerboy21
Browse files
Removed clientid requirements from the protocol handler.
parent
ea9e9663
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/server_protocolhandler.cpp
View file @
fa77cdf3
...
@@ -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