mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
fix previous commit
This commit is contained in:
parent
7057f8756c
commit
e5f83e20b5
@ -271,7 +271,7 @@ typedef struct {
|
||||
#ifndef NDEBUG
|
||||
#define LDAP_INT_THREAD_ASSERT_MUTEX_OWNER(mutex) \
|
||||
ldap_debug_thread_assert_mutex_owner( \
|
||||
_FILE__, __LINE__, "owns(" #mutex ")", mutex )
|
||||
__FILE__, __LINE__, "owns(" #mutex ")", mutex )
|
||||
LDAP_F(void) ldap_debug_thread_assert_mutex_owner LDAP_P((
|
||||
LDAP_CONST char *file,
|
||||
int line,
|
||||
|
Loading…
Reference in New Issue
Block a user