mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-11 13:50:39 +08:00
delete misc placed Pth init
This commit is contained in:
parent
9267949beb
commit
96fffc634b
@ -126,7 +126,6 @@ ldap_pvt_thread_mutex_destroy( ldap_pvt_thread_mutex_t *mutex )
|
|||||||
int
|
int
|
||||||
ldap_pvt_thread_mutex_lock( ldap_pvt_thread_mutex_t *mutex )
|
ldap_pvt_thread_mutex_lock( ldap_pvt_thread_mutex_t *mutex )
|
||||||
{
|
{
|
||||||
pth_init();
|
|
||||||
return( pth_mutex_acquire( mutex, 0, NULL ) );
|
return( pth_mutex_acquire( mutex, 0, NULL ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user