From dd1aee481da1518dd6f2f516dad54195b9387029 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Fri, 30 Oct 2009 17:43:52 +0000 Subject: [PATCH] Revert previous change - debug levels should all have the same type --- include/ldap_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ldap_log.h b/include/ldap_log.h index a1e1f84dd0..36971e4828 100644 --- a/include/ldap_log.h +++ b/include/ldap_log.h @@ -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 -- 2.39.5