rpms/dbus/devel dbus-0.90-fix-remove-timeout.patch,NONE,1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jul 22 15:44:49 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/dbus/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20465

Added Files:
	dbus-0.90-fix-remove-timeout.patch 
Log Message:
- Add the patch


dbus-0.90-fix-remove-timeout.patch:
 dbus-connection.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE dbus-0.90-fix-remove-timeout.patch ---
--- dbus-0.90/dbus/dbus-connection.c.fix-remove-timeout	2006-07-22 11:07:49.000000000 -0400
+++ dbus-0.90/dbus/dbus-connection.c	2006-07-22 11:09:35.000000000 -0400
@@ -798,6 +798,7 @@
     {
       _dbus_connection_remove_timeout_unlocked (connection, timeout);
 
+      _dbus_pending_call_set_timeout_added (pending, FALSE);
       HAVE_LOCK_CHECK (connection);
       return FALSE;
     }
@@ -2501,7 +2502,8 @@
                                               connection);
       _dbus_connection_remove_timeout_unlocked (connection,
                                                 _dbus_pending_call_get_timeout (pending));
-   
+
+      _dbus_pending_call_set_timeout_added (pending, FALSE); 
       _dbus_hash_iter_remove_entry (&iter);
 
       dbus_pending_call_unref (pending);




More information about the fedora-cvs-commits mailing list