Skip to content

Commit

Permalink
[qmf] Removed unnecessary SSOSessionManager::createSsoIdentity call
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Sep 8, 2014
1 parent 1093bd2 commit 4be1fdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qmf/src/plugins/messageservices/pop/popclient.cpp
Expand Up @@ -266,7 +266,6 @@ void PopClient::setAccount(const QMailAccountId &id)
if (!ssoSessionManager) {
PopConfiguration popCfg(config);
ssoSessionManager = new SSOSessionManager(this);
ssoSessionManager->createSsoIdentity(id, "pop3", popCfg.mailEncryption());
if (ssoSessionManager->createSsoIdentity(id, "pop3", popCfg.mailEncryption())) {
ENFORCE(connect(ssoSessionManager, SIGNAL(ssoSessionResponse(QList<QByteArray>))
,this, SLOT(onSsoSessionResponse(QList<QByteArray>))));
Expand Down

0 comments on commit 4be1fdc

Please sign in to comment.