From: Pierangelo Masarati Date: Mon, 3 Apr 2006 20:30:35 +0000 (+0000) Subject: fix previous commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e5f83e20b514dca2b3e7522bd658fc328c663965;p=openldap fix previous commit --- diff --git a/include/ldap_int_thread.h b/include/ldap_int_thread.h index c730f72950..1f2e81dd58 100644 --- a/include/ldap_int_thread.h +++ b/include/ldap_int_thread.h @@ -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,