diff options
Diffstat (limited to '')
-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 ffd85d196..87656a1f3 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -2434,6 +2434,9 @@ agent_sighup_action (void) "pinentry" binary that one can be used in case the "pinentry-basic" fallback was in use. */ gnupg_module_name_flush_some (); + + if (opt.disable_scdaemon) + agent_card_killscd (); } |