[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:17 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=dd64d88

The following commit has been merged in the master branch:
commit dd64d88c32e7fa580bad7e2d805e7d5d0f325ce9
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Mon Oct 17 00:46:00 2011 +0200

    Close TLS channel on error
    
    This speeds up a lot connecting for accounts using TLS
---
 tls-cert-verifier-op.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tls-cert-verifier-op.cpp b/tls-cert-verifier-op.cpp
index 6b1a07a..45ce183 100644
--- a/tls-cert-verifier-op.cpp
+++ b/tls-cert-verifier-op.cpp
@@ -54,6 +54,7 @@ void TlsCertVerifierOp::gotProperties(Tp::PendingOperation *op)
     if (op->isError()) {
         kWarning() << "Unable to retrieve properties from AuthenticationTLSCertificate object at" <<
             m_authTLSCertificateIface->path();
+        m_channel->requestClose();
         setFinishedWithError(op->errorName(), op->errorMessage());
         return;
     }

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list