mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Kill lber_debug
This commit is contained in:
parent
894b74d730
commit
c34a8d8f5e
1 changed files with 0 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ extern char *word_dup(char *);
|
|||
extern char *phonetic(char *);
|
||||
|
||||
extern int ldap_debug;
|
||||
extern int lber_debug;
|
||||
|
||||
int ldap_syslog;
|
||||
int ldap_syslog_level;
|
||||
|
|
@ -46,7 +45,6 @@ main( int argc, char **argv )
|
|||
|
||||
/*
|
||||
ldap_debug = 255;
|
||||
lber_debug = 255;
|
||||
*/
|
||||
if ( (ld = ldap_init( "vertigo:5555", 0 )) == NULL ) {
|
||||
perror( "ldap_init" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue