mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Revert previous change - debug levels should all have the same type
This commit is contained in:
parent
7b22b22202
commit
dd1aee481d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user