diff options
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 57d5a459c..6a7213c67 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -2434,7 +2434,7 @@ agent_sighup_action (void) log_info ("SIGHUP received - " "re-reading configuration and flushing cache\n"); - agent_flush_cache (); + agent_flush_cache (0); reread_configuration (); agent_reload_trustlist (); /* We flush the module name cache so that after installing a |