]> git.sur5r.net Git - openldap/commitdiff
fix previous commit
authorPierangelo Masarati <ando@openldap.org>
Mon, 3 Apr 2006 20:30:35 +0000 (20:30 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 3 Apr 2006 20:30:35 +0000 (20:30 +0000)
include/ldap_int_thread.h

index c730f729507f0253b047617715b9eb0d9d1f68c0..1f2e81dd5856a03f748c70c8bba98b0c92c551e0 100644 (file)
@@ -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,