mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 06:14:40 -05:00
Don't set LDAP_DEBUG when LDAP_TEST is set.
This commit is contained in:
parent
42de322f06
commit
8f2165563d
1 changed files with 0 additions and 3 deletions
|
|
@ -95,9 +95,6 @@
|
|||
#if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
|
||||
#define LDAP_TEST
|
||||
#endif
|
||||
#if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
|
||||
#define LDAP_DEBUG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_EBCDIC
|
||||
|
|
|
|||
Loading…
Reference in a new issue