2006-02-10 John (J5) Palmieri <johnp@redhat.com>
authorJohn (J5) Palmieri <johnp@redhat.com>
Fri, 10 Feb 2006 21:44:15 +0000 (21:44 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Fri, 10 Feb 2006 21:44:15 +0000 (21:44 +0000)
* bus/connection.c (bus_connections_expect_reply): Make
pending reply limit not common to all connections (Bug #5416)
Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>

ChangeLog
bus/connection.c

index f1c4dd6..2beb2ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
 
+       * bus/connection.c (bus_connections_expect_reply): Make
+       pending reply limit not common to all connections (Bug #5416)
+       Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
+
+2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
+
        * tools/dbus-launch.c: Fixed csh syntax output (Bug #5720)
 
 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
index 90c6b75..d15a426 100644 (file)
@@ -1606,7 +1606,8 @@ bus_connections_expect_reply (BusConnections  *connections,
       
       link = _dbus_list_get_next_link (&connections->pending_replies->items,
                                        link);
-      ++count;
+      if (pending->will_get_reply == will_get_reply)
+        ++count;
     }
   
   if (count >=