]> git.sur5r.net Git - openldap/commitdiff
Revert previous change - debug levels should all have the same type
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 30 Oct 2009 17:43:52 +0000 (17:43 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 30 Oct 2009 17:43:52 +0000 (17:43 +0000)
include/ldap_log.h

index a1e1f84dd0dfb64bdc51d7e0f07b47959f771481..36971e48286b3833967c6ea1a172dec98a28e678 100644 (file)
@@ -123,7 +123,7 @@ LDAP_BEGIN_DECL
 #define LDAP_DEBUG_SYNC                0x4000
 
 #define LDAP_DEBUG_NONE                0x8000
-#define LDAP_DEBUG_ANY         ((unsigned long)-1)
+#define LDAP_DEBUG_ANY         (-1)
 
 /* debugging stuff */
 #ifdef LDAP_DEBUG