diff options
| author | Werner Koch <[email protected]> | 2018-03-06 15:26:26 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2018-03-06 15:26:26 +0000 |
| commit | f574aabeeb873f14a586f80cac16b857e6088534 (patch) | |
| tree | e84428513719a4e50cb1df1be509c12d34eb434a /agent/gpg-agent.c | |
| parent | gpg: Avoid writing a zero length last chunk in AEAD mode. (diff) | |
| parent | agent: Also evict cached items via a timer. (diff) | |
| download | gnupg-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.c | 3 |
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) |
