summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dirmngr/ldap-wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ldap-wrapper.c b/dirmngr/ldap-wrapper.c
index 203b47263..f2aaf59d0 100644
--- a/dirmngr/ldap-wrapper.c
+++ b/dirmngr/ldap-wrapper.c
@@ -468,7 +468,7 @@ ldap_wrapper_wait_connections ()
shutting_down = 1;
/* FIXME: This is a busy wait. */
while (wrapper_list)
- npth_yield ();
+ npth_usleep (200);
}