mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
slight change to macro
This commit is contained in:
parent
fd4b8ba0cd
commit
a10feabf25
1 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,10 @@ struct lber_options {
|
|||
long lbo_meminuse;
|
||||
};
|
||||
|
||||
#define LDAP_LOG ber_pvt_log_output
|
||||
#ifdef LDAP_LOG
|
||||
#undef LDAP_LOG
|
||||
#endif
|
||||
#define LDAP_LOG(a) ber_pvt_log_output a
|
||||
|
||||
#define LBER_UNINITIALIZED 0x0
|
||||
#define LBER_INITIALIZED 0x1
|
||||
|
|
|
|||
Loading…
Reference in a new issue