[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:15:05 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=6597638

The following commit has been merged in the master branch:
commit 6597638898fd408fcb58880e9716edfb4dcba767
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Apr 12 21:09:29 2013 +0100

    Fix potential infinite loop accepting contacts
    
    REVIEWED-BY: Rohan Garg
    BUG: 318262
---
 contact-request-handler.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contact-request-handler.cpp b/contact-request-handler.cpp
index 65c5c9b..e30d2ca 100644
--- a/contact-request-handler.cpp
+++ b/contact-request-handler.cpp
@@ -237,8 +237,8 @@ void ContactRequestHandler::onContactRequestApproved()
                 Tp::PendingOperation *op = i.value()->manager()->authorizePresencePublication(QList< Tp::ContactPtr >() << i.value());
                 op->setProperty("__contact", QVariant::fromValue(i.value()));
                 operations.append(op);
-                ++i;
             }
+            ++i;
         }
 
         // Take the first value, if any

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list