mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
agent: Fix the previous commit.
* agent/cache.c (remove_from_timer_list_new): Fix cut&paste error. TV_SEC field should not be touched. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
92de0387f0
commit
57125d3f5a
@ -296,9 +296,6 @@ remove_from_timer_list_new (ITEM entry)
|
||||
eprev = e;
|
||||
else
|
||||
{
|
||||
if (e->t.next)
|
||||
e->t.next->t.tv_sec += e->t.tv_sec;
|
||||
|
||||
if (eprev)
|
||||
eprev->t.next = e->t.next;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user