[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:59:24 UTC 2016


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

The following commit has been merged in the master branch:
commit 4aa2a9593bc420489d87f747a65f3da11321bb9d
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Dec 12 19:19:00 2013 +0100

    close auth channel if QCA not installed
---
 tls-cert-verifier-op.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tls-cert-verifier-op.cpp b/tls-cert-verifier-op.cpp
index 9ce9f51..ebe5129 100644
--- a/tls-cert-verifier-op.cpp
+++ b/tls-cert-verifier-op.cpp
@@ -94,6 +94,9 @@ void TlsCertVerifierOp::gotProperties(Tp::PendingOperation *op)
     QCA::Initializer initializer;
 
     if(!QCA::isSupported("cert")) {
+      Tp::TLSCertificateRejectionList rejections;
+      m_authTLSCertificateIface->Reject(rejections);
+      m_channel->requestClose();
       setFinishedWithError(
           QLatin1String("Cert.NoPlugin"),
           i18n("The SSL/TLS support plugin is not available. "

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list