mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#697: Fix cond_wait
This commit is contained in:
parent
6629093571
commit
c78d5f5e7f
1 changed files with 0 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ int
|
|||
ldap_pvt_thread_cond_wait( ldap_pvt_thread_cond_t *cond,
|
||||
ldap_pvt_thread_mutex_t *mutex )
|
||||
{
|
||||
ReleaseMutex( *mutex );
|
||||
SignalObjectAndWait( *mutex, *cond, INFINITE, FALSE );
|
||||
WaitForSingleObject( *mutex, INFINITE );
|
||||
return( 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue