mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-30 02:19:26 -05:00
fix previous commit
This commit is contained in:
parent
7057f8756c
commit
e5f83e20b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue