aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keyboxd.c
diff options
context:
space:
mode:
Diffstat (limited to 'kbx/keyboxd.c')
-rw-r--r--kbx/keyboxd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/keyboxd.c b/kbx/keyboxd.c
index 3f759e6f7..404fe46fe 100644
--- a/kbx/keyboxd.c
+++ b/kbx/keyboxd.c
@@ -1607,7 +1607,7 @@ handle_connections (gnupg_fd_t listen_fd)
{
log_error (_("npth_pselect failed: %s - waiting 1s\n"),
strerror (saved_errno));
- npth_sleep (1);
+ gnupg_sleep (1);
continue;
}
if (ret <= 0)