[Pkg-bluetooth-commits] r1513 - /packages/bluez/trunk/debian/patches/0004-agent-Assert-possible-infinite-loop.patch

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Mon Oct 24 20:55:25 UTC 2016


Author: iwamatsu
Date: Mon Oct 24 20:55:25 2016
New Revision: 1513

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1513
Log:
Fix patches/0004-agent-Assert-possible-infinite-loop.patch

Modified:
    packages/bluez/trunk/debian/patches/0004-agent-Assert-possible-infinite-loop.patch

Modified: packages/bluez/trunk/debian/patches/0004-agent-Assert-possible-infinite-loop.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/0004-agent-Assert-possible-infinite-loop.patch?rev=1513&op=diff
==============================================================================
--- packages/bluez/trunk/debian/patches/0004-agent-Assert-possible-infinite-loop.patch	(original)
+++ packages/bluez/trunk/debian/patches/0004-agent-Assert-possible-infinite-loop.patch	Mon Oct 24 20:55:25 2016
@@ -11,12 +11,12 @@
 --- a/src/agent.c
 +++ b/src/agent.c
 @@ -203,6 +203,8 @@ void agent_unref(struct agent *agent)
- 	if (agent->ref > 0)
+ 	if (agent->ref > 0)
  		return;
  
-+	g_assert (agent->ref == 0);
++	g_assert (agent->ref == 0);
 +
- 	if (agent->request) {
+ 	if (agent->request) {
  		DBusError err;
  		agent_pincode_cb pincode_cb;
 -- 




More information about the Pkg-bluetooth-commits mailing list