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>
This commit is contained in:
John (J5) Palmieri 2006-02-10 21:44:15 +00:00
parent 8fcc91bf0b
commit 34bb5b690b
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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)

View 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 >=