diff options
Diffstat (limited to 'agent/findkey.c')
-rw-r--r-- | agent/findkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/findkey.c b/agent/findkey.c index 28ff61781..0ba937aad 100644 --- a/agent/findkey.c +++ b/agent/findkey.c @@ -721,7 +721,7 @@ unprotect (ctrl_t ctrl, const char *cache_nonce, const char *desc_text, { /* We need to give the other thread a chance to actually put it into the cache. */ - npth_sleep (1); + gnupg_sleep (1); goto retry; } /* Timeout - better call pinentry now the plain way. */ |