From 7c4b34580290046fe7c136fab97b0be5642ee163 Mon Sep 17 00:00:00 2001 From: Kimmo Hämäläinen Date: Thu, 3 Apr 2008 11:12:27 -0400 Subject: fix expiration of pending replies * bus/expirelist.c (do_expiration_with_current_time): calculate correct min wait time and next interval (bus_expire_list_add, bus_expire_list_add_link): if the timeout is disabled when we add an item to the expire list, enable the timeout (do_expiration_with_current_time): only set timeout if there are items to expire --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 96a0aeb7..1f91cc89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-04-03 John (J5) Palmieri + + Patch from Kimmo Hämäläinen + + * bus/expirelist.c + (do_expiration_with_current_time): calculate correct min wait time + and next interval + (bus_expire_list_add, bus_expire_list_add_link): if the timeout is + disabled when we add an item to the expire list, enable the timeout + (do_expiration_with_current_time): only set timeout if there are + items to expire + 2008-04-01 Timo Hoenig Patch from Frederic Crozat -- cgit