enable new logging functions (behind NEW_LOGGING)

This commit is contained in:
Gary Williams 2000-10-25 15:03:22 +00:00
parent 9117cbd488
commit 3a002e8768

View file

@ -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 ) {