aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r--sm/gpgsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index f6d2b8444..b6a3e69c2 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -1438,7 +1438,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");
}
gpgsm_server (recplist);