Revert previous change - debug levels should all have the same type

This commit is contained in:
Hallvard Furuseth 2009-10-30 17:43:52 +00:00
parent 7b22b22202
commit dd1aee481d

View 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