summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-02-10 21:44:15 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-02-10 21:44:15 +0000
commit34bb5b690b6d8d79edcb7dbd9abda4c1ab2bdc5e (patch)
tree328efbba42d606a58199aafa3652b6abb0209c91 /bus
parent8fcc91bf0be7401d4ec0102d5b137126c1cb9cbd (diff)
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>
Diffstat (limited to 'bus')
-rw-r--r--bus/connection.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bus/connection.c b/bus/connection.c
index 90c6b75b..d15a4266 100644
--- a/bus/connection.c
+++ b/bus/connection.c
@@ -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 >=