]> git.sur5r.net Git - openldap/commitdiff
slight change to macro
authorGary Williams <gwilliams@openldap.org>
Thu, 12 Oct 2000 21:02:58 +0000 (21:02 +0000)
committerGary Williams <gwilliams@openldap.org>
Thu, 12 Oct 2000 21:02:58 +0000 (21:02 +0000)
libraries/liblber/lber-int.h

index b5a0ee51258072fc5346deb05e1da1396f0d78b3..50cfe472be049fbda2b69ca0c6ed9283ff30a06a 100644 (file)
@@ -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