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
14bce93c
Commit
14bce93c
authored
Jul 06, 2015
by
Fabio Bas
Browse files
make gcc an happy puppy
parents
68f1358f
960cb042
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/src/serversocketinterface.cpp
View file @
14bce93c
...
...
@@ -952,7 +952,7 @@ Response::ResponseCode ServerSocketInterface::cmdActivateAccount(const Command_A
}
}
Response
::
ResponseCode
ServerSocketInterface
::
cmdAccountEdit
(
const
Command_AccountEdit
&
cmd
,
ResponseContainer
&
rc
)
Response
::
ResponseCode
ServerSocketInterface
::
cmdAccountEdit
(
const
Command_AccountEdit
&
cmd
,
ResponseContainer
&
/* rc */
)
{
if
(
authState
!=
PasswordRight
)
return
Response
::
RespFunctionNotAllowed
;
...
...
@@ -982,7 +982,7 @@ Response::ResponseCode ServerSocketInterface::cmdAccountEdit(const Command_Accou
return
Response
::
RespOk
;
}
Response
::
ResponseCode
ServerSocketInterface
::
cmdAccountImage
(
const
Command_AccountImage
&
cmd
,
ResponseContainer
&
rc
)
Response
::
ResponseCode
ServerSocketInterface
::
cmdAccountImage
(
const
Command_AccountImage
&
cmd
,
ResponseContainer
&
/* rc */
)
{
if
(
authState
!=
PasswordRight
)
return
Response
::
RespFunctionNotAllowed
;
...
...
@@ -1000,7 +1000,7 @@ Response::ResponseCode ServerSocketInterface::cmdAccountImage(const Command_Acco
return
Response
::
RespOk
;
}
Response
::
ResponseCode
ServerSocketInterface
::
cmdAccountPassword
(
const
Command_AccountPassword
&
cmd
,
ResponseContainer
&
rc
)
Response
::
ResponseCode
ServerSocketInterface
::
cmdAccountPassword
(
const
Command_AccountPassword
&
cmd
,
ResponseContainer
&
/* rc */
)
{
if
(
authState
!=
PasswordRight
)
return
Response
::
RespFunctionNotAllowed
;
...
...
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