aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/crlfetch.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2021-10-05 05:05:56 +0000
committerNIIBE Yutaka <[email protected]>2021-10-05 05:05:56 +0000
commit3918fa1a9488d56040d43e4af1254f9564266513 (patch)
tree33d75c62a3fffb1730da9e285e5d7047ca14ae46 /dirmngr/crlfetch.c
parentagent: Fix calibrate_get_time use of clock_gettime. (diff)
downloadgnupg-3918fa1a9488d56040d43e4af1254f9564266513.tar.gz
gnupg-3918fa1a9488d56040d43e4af1254f9564266513.zip
agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.
* agent/findkey.c (unprotect): Use gnupg_sleep. * agent/gpg-agent.c (handle_connections): Likewise. * dirmngr/crlfetch.c (handle_connections): Likewise. * kbx/keyboxd.c (handle_connections): Likewise. * tpm2d/tpm3daemon.c (handle_connections): Likewise. * scd/scdaemon.c (handle_connections): Likewise. * scd/command.c (cmd_lock): Likewise. * dirmngr/ldap-wrapper.c (ldap_reaper_thread): Likewise. (ldap_wrapper_wait_connections): Use gnupg_usleep. -- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'dirmngr/crlfetch.c')
-rw-r--r--dirmngr/crlfetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/crlfetch.c b/dirmngr/crlfetch.c
index e355aab16..b3fdc0cc6 100644
--- a/dirmngr/crlfetch.c
+++ b/dirmngr/crlfetch.c
@@ -73,7 +73,7 @@ register_file_reader (ksba_reader_t reader, struct reader_cb_context_s *cb_ctx)
return;
}
log_info (_("reader to file mapping table full - waiting\n"));
- npth_sleep (2);
+ gnupg_sleep (2);
}
}