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
949b0183
Commit
949b0183
authored
Aug 31, 2015
by
ctrlaltca
Browse files
Merge pull request #1448 from woogerboy21/log_session_mismatch
Log inconsistent session / session table situation
parents
13e53601
de073a51
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/server.cpp
View file @
949b0183
...
@@ -133,6 +133,8 @@ AuthenticationResult Server::loginUser(Server_ProtocolHandler *session, QString
...
@@ -133,6 +133,8 @@ AuthenticationResult Server::loginUser(Server_ProtocolHandler *session, QString
delete
se
;
delete
se
;
users
.
value
(
name
)
->
prepareDestroy
();
users
.
value
(
name
)
->
prepareDestroy
();
}
else
{
qDebug
()
<<
"Active session and sessions table inconsistent, please validate session table information for user "
<<
name
;
}
}
}
}
...
...
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