diff options
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index b7bbc0361..1f34809bc 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -1220,6 +1220,9 @@ scd_kick_the_loop (void) log_error ("SetEvent for scd_kick_the_loop failed: %s\n", gpg_strerror (gpg_error_from_syserror ())); #endif + + /* Also, notify watching threads. */ + app_notify (); } /* Connection handler loop. Wait for connection requests and spawn a |