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


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

The following commit has been merged in the master branch:
commit 9dff6070c470547351df9cb2adc08ccbd1142bb7
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Wed Oct 26 23:30:50 2011 +0200

    Add a warning on authentication failure if canTryAgain is false
---
 sasl-auth-op.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sasl-auth-op.cpp b/sasl-auth-op.cpp
index 6fc6ae0..0db9810 100644
--- a/sasl-auth-op.cpp
+++ b/sasl-auth-op.cpp
@@ -105,6 +105,7 @@ void SaslAuthOp::onSASLStatusChanged(uint status, const QString &reason,
             kDebug() << "Retrying...";
             promptUser(false);
         } else {
+            kWarning() << "Authentication failed and cannot try again";
             m_channel->requestClose();
             QString errorMessage = details[QLatin1String("server-message")].toString();
             setFinishedWithError(reason, errorMessage.isEmpty() ? i18n("Authentication error") : errorMessage);

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list