aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r--agent/gpg-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 8907e9234..a0646925c 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -691,7 +691,7 @@ main (int argc, char **argv )
{
log_debug ("waiting for debugger - my pid is %u .....\n",
(unsigned int)getpid());
- sleep (debug_wait);
+ gnupg_sleep (debug_wait);
log_debug ("... okay\n");
}