[maemo-commits] [maemo-commits] r14500 - in projects/haf/trunk/dbus/debian: . patches

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Oct 18 14:23:49 EEST 2007
Author: kihamala
Date: 2007-10-18 14:23:48 +0300 (Thu, 18 Oct 2007)
New Revision: 14500

Removed:
   projects/haf/trunk/dbus/debian/patches/22-no-unref-in-auth-case.patch
Modified:
   projects/haf/trunk/dbus/debian/changelog
Log:
there was no bug, so no patch either


Modified: projects/haf/trunk/dbus/debian/changelog
===================================================================
--- projects/haf/trunk/dbus/debian/changelog	2007-10-18 10:49:38 UTC (rev 14499)
+++ projects/haf/trunk/dbus/debian/changelog	2007-10-18 11:23:48 UTC (rev 14500)
@@ -8,8 +8,6 @@
   * Fixed a double free which could have happened after calling
     _dbus_connection_close_if_only_one_ref.
   * Added a missing va_end call to dbus_set_error.
-  * Not unreffing an authenticated connection in
-    _dbus_transport_get_is_authenticated.
 
  -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Thu, 18 Oct 2007 11:21:11 +0300
 

Deleted: projects/haf/trunk/dbus/debian/patches/22-no-unref-in-auth-case.patch
===================================================================
--- projects/haf/trunk/dbus/debian/patches/22-no-unref-in-auth-case.patch	2007-10-18 10:49:38 UTC (rev 14499)
+++ projects/haf/trunk/dbus/debian/patches/22-no-unref-in-auth-case.patch	2007-10-18 11:23:48 UTC (rev 14500)
@@ -1,16 +0,0 @@
-diff -pur dbus-1.0.2/dbus/dbus-transport.c dbus-1.0.2.new/dbus/dbus-transport.c
---- dbus-1.0.2/dbus/dbus-transport.c	2006-12-11 21:21:06.000000000 +0200
-+++ dbus-1.0.2.new/dbus/dbus-transport.c	2007-10-18 13:45:08.798097424 +0300
-@@ -635,7 +635,11 @@ _dbus_transport_get_is_authenticated (DB
-       
-       transport->authenticated = maybe_authenticated;
- 
--      _dbus_connection_unref_unlocked (transport->connection);
-+      if (!maybe_authenticated)
-+        {
-+          _dbus_transport_disconnect (transport);
-+          _dbus_connection_unref_unlocked (transport->connection);
-+        }
-       return maybe_authenticated;
-     }
- }


More information about the maemo-commits mailing list