Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KSmtp
Commits
c0771e38
Commit
c0771e38
authored
Sep 21, 2021
by
Laurent Montel
Browse files
Remove unused variable
parent
2a2bf3c2
Pipeline
#81857
passed with stage
in 3 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/session.cpp
View file @
c0771e38
...
...
@@ -281,7 +281,7 @@ void SessionPrivate::socketConnected()
bool
useSsl
=
false
;
if
(
!
m_queue
.
isEmpty
())
{
if
(
auto
login
=
qobject_cast
<
LoginJob
*>
(
m_queue
.
first
()))
{
if
(
qobject_cast
<
LoginJob
*>
(
m_queue
.
first
()))
{
useSsl
=
m_encryptionMode
==
Session
::
TLS
;
}
}
...
...
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