diff options
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index da1f21d1f..e017b3f12 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -1375,7 +1375,7 @@ handle_connections (int listen_fd) { log_error (_("npth_pselect failed: %s - waiting 1s\n"), strerror (saved_errno)); - npth_sleep (1); + gnupg_sleep (1); continue; } |