aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-03-06 15:26:26 +0000
committerWerner Koch <[email protected]>2018-03-06 15:26:26 +0000
commitf574aabeeb873f14a586f80cac16b857e6088534 (patch)
treee84428513719a4e50cb1df1be509c12d34eb434a /agent/gpg-agent.c
parentgpg: Avoid writing a zero length last chunk in AEAD mode. (diff)
parentagent: Also evict cached items via a timer. (diff)
downloadgnupg-f574aabeeb873f14a586f80cac16b857e6088534.tar.gz
gnupg-f574aabeeb873f14a586f80cac16b857e6088534.zip
Merge branch 'STABLE-BRANCH-2-2' into wk-master
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r--agent/gpg-agent.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index a1964ece8..bd9a471e8 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -2398,6 +2398,9 @@ handle_tick (void)
}
#endif
+ /* Need to check for expired cache entries. */
+ agent_cache_housekeeping ();
+
/* Check whether the homedir is still available. */
if (!shutdown_pending
&& (!have_homedir_inotify || !reliable_homedir_inotify)