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


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

The following commit has been merged in the master branch:
commit ad2fbb42a37d8297205057523e29bf755f931079
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Fri Jun 7 13:55:09 2013 +0200

    Remove not needed comments
---
 x-telepathy-sso-operation.cpp | 1 -
 x-telepathy-sso-operation.h   | 2 --
 2 files changed, 3 deletions(-)

diff --git a/x-telepathy-sso-operation.cpp b/x-telepathy-sso-operation.cpp
index 72a9992..822b1f0 100644
--- a/x-telepathy-sso-operation.cpp
+++ b/x-telepathy-sso-operation.cpp
@@ -51,7 +51,6 @@ void XTelepathySSOOperation::onSASLStatusChanged(uint status, const QString &rea
     case Tp::SASLStatusNotStarted:
     {
         kDebug() << "starting credentials job";
-        //FIXME this leaks.
         m_saslIface->StartMechanism(QLatin1String("X-FACEBOOK-PLATFORM"));
         break;
     }
diff --git a/x-telepathy-sso-operation.h b/x-telepathy-sso-operation.h
index 8978127..1733565 100644
--- a/x-telepathy-sso-operation.h
+++ b/x-telepathy-sso-operation.h
@@ -49,8 +49,6 @@ private:
     Tp::Client::ChannelInterfaceSASLAuthenticationInterface *m_saslIface;
 
     QByteArray m_challengeData;
-
-    //FIXME hack as part of above
     int m_accountStorageId;
 
 

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list