diff options
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 979fa3564..793bc91bf 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -1400,6 +1400,8 @@ handle_signal (int signo) case SIGUSR2: if (opt.verbose) log_info ("SIGUSR2 received - checking smartcard status\n"); + /* Nothing to check right now. We only increment a counter. */ + bump_card_eventcounter (); break; case SIGTERM: |