[git] GnuPG - branch, master, updated. gnupg-2.1.0beta3-53-g8f8c659

by Marcus Brinkmann cvs at cvs.gnupg.org
Tue Feb 28 18:27:32 CET 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  8f8c6594147608b1021c16fc3561feb96da5d55a (commit)
      from  76ff42ef8d1232dd36bf48c1020b0b9b2afb1c7d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8f8c6594147608b1021c16fc3561feb96da5d55a
Author: Marcus Brinkmann <mb at g10code.com>
Date:   Tue Feb 28 17:26:32 2012 +0100

    Replace npth_yield in busy wait by npth_usleep.
    
    * dirmngr/ldap-wrapper.c (ldap_wrapper_wait_connections): Call
    npth_usleep instead of npth_yield.

diff --git a/dirmngr/ldap-wrapper.c b/dirmngr/ldap-wrapper.c
index 203b472..f2aaf59 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);
 }
 
 

-----------------------------------------------------------------------

Summary of changes:
 dirmngr/ldap-wrapper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list