mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
enable new logging functions (behind NEW_LOGGING)
This commit is contained in:
parent
9117cbd488
commit
3a002e8768
1 changed files with 4 additions and 0 deletions
|
|
@ -561,6 +561,10 @@ main( int argc, char **argv )
|
|||
(void) SIGNAL( SIGPIPE, SIG_IGN );
|
||||
#endif
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
lutil_log_initialize( argc, argv );
|
||||
#endif
|
||||
|
||||
if ( !not ) {
|
||||
if( ( ldaphost != NULL || ldapport ) && ( ldapuri == NULL ) ) {
|
||||
if ( verbose ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue