Skip to content
Snippets Groups Projects
Commit a10feabf authored by Gary Williams's avatar Gary Williams
Browse files

slight change to macro

parent fd4b8ba0
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment