From 3a002e8768de7aaaa8b12e90db2be0a746aacbf5 Mon Sep 17 00:00:00 2001 From: Gary Williams Date: Wed, 25 Oct 2000 15:03:22 +0000 Subject: [PATCH] enable new logging functions (behind NEW_LOGGING) --- clients/tools/ldapmodify.c | 4 ++++ 1 file changed, 4 insertions(+) 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 ) { -- 2.39.5