mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
ITS#6625 Invert test in NT threads LDAP_INT_MUTEX_FIRSTCREATE
This commit is contained in:
parent
7cb9c496bf
commit
285eee8904
@ -183,7 +183,7 @@ typedef DWORD ldap_int_thread_key_t;
|
||||
#ifndef LDAP_INT_MUTEX_NULL
|
||||
#define LDAP_INT_MUTEX_NULL ((HANDLE)0)
|
||||
#define LDAP_INT_MUTEX_FIRSTCREATE(m) \
|
||||
((void) ((m) && ldap_int_thread_mutex_init(&(m))))
|
||||
((void) ((m) || ldap_int_thread_mutex_init(&(m))))
|
||||
#endif
|
||||
|
||||
LDAP_END_DECL
|
||||
|
Loading…
Reference in New Issue
Block a user