mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-05 11:20:24 +01:00
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:
parent
8fcc91bf0b
commit
34bb5b690b
2 changed files with 8 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 >=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue