]> git.sur5r.net Git - openldap/commitdiff
Silence a warning about ldap_debug
authorHoward Chu <hyc@openldap.org>
Mon, 11 Feb 2002 09:38:49 +0000 (09:38 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 11 Feb 2002 09:38:49 +0000 (09:38 +0000)
servers/slapd/back-ldap/search.c

index 30b949f9f365d5f2654b057f7f5184e563c46ffb..b23e6adf32333070152e6cc4862cc70c67815bc5 100644 (file)
@@ -45,6 +45,7 @@
 
 #include "slap.h"
 #include "back-ldap.h"
+#undef ldap_debug      /* silence a warning in ldap-int.h */
 #include "../../../libraries/libldap/ldap-int.h"
 
 static void ldap_send_entry( Backend *be, Operation *op, struct ldapconn *lc,