[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:49 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=cb0fd1f

The following commit has been merged in the master branch:
commit cb0fd1fe20449b2a886839a93d64ae2a367718fb
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Wed Jun 15 20:38:57 2016 +0200

    Removed a case where we would still add a link on old protocol versions
---
 core/backends/lan/lanlinkprovider.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/backends/lan/lanlinkprovider.cpp b/core/backends/lan/lanlinkprovider.cpp
index 505b73a..1d3063a 100644
--- a/core/backends/lan/lanlinkprovider.cpp
+++ b/core/backends/lan/lanlinkprovider.cpp
@@ -400,7 +400,8 @@ void LanLinkProvider::dataReceived()
 
         socket->startClientEncryption();
     } else {
-        addLink(deviceId, socket, np, LanDeviceLink::Locally);
+        qWarning() << "Incompatible protocol version, this won't work";
+        //addLink(deviceId, socket, np, LanDeviceLink::Locally);
         delete receivedIdentityPackages.take(socket).np;
     }
 }

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list