From: Gary Williams Date: Wed, 25 Oct 2000 15:03:22 +0000 (+0000) Subject: enable new logging functions (behind NEW_LOGGING) X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1684 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a002e8768de7aaaa8b12e90db2be0a746aacbf5;p=openldap enable new logging functions (behind NEW_LOGGING) --- diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index 50c05c4d01..3eb7d1f597 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -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 ) {