]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/open.c
Added lber_get/set_option. Removed lber_debug/ldap_debug.
[openldap] / libraries / libldap / open.c
index f66b8dba3f00ffea2a48d8d5c83c6333d6c86a75..3aaf339144a432ee7cfb4177df96b97d131879b3 100644 (file)
@@ -24,11 +24,6 @@ static char copyright[] = "@(#) Copyright (c) 1995 Regents of the University of
 
 #include "ldap-int.h"
 
-#ifdef LDAP_DEBUG
-int    ldap_debug;
-#endif
-
-
 /*
  * ldap_open - initialize and connect to an ldap server.  A magic cookie to
  * be used for future communication is returned on success, NULL on failure.