mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
return default to no logging
This commit is contained in:
parent
6442964059
commit
a43392cd42
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ main( int argc, char **argv )
|
|||
attrsonly = manageDSAit = ldif = want_bindpw = 0;
|
||||
|
||||
lutil_log_initialize(argc, argv);
|
||||
lutil_set_debug_level( "LIBLBER", 8 );
|
||||
/* lutil_set_debug_level( "LIBLBER", 8 ); */
|
||||
/* log = fopen( "ldapsearch.log", "w" ); */
|
||||
/* ber_set_option( NULL, LBER_OPT_LOG_PRINT_FILE, log ); */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue