From: Gary Williams Date: Wed, 18 Oct 2000 14:58:34 +0000 (+0000) Subject: fix file test X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1704 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=895296fbd31513f583bdad7db0721f460d592a74;p=openldap fix file test --- diff --git a/libraries/liblutil/debug.c b/libraries/liblutil/debug.c index 25724d346a..60230519bf 100644 --- a/libraries/liblutil/debug.c +++ b/libraries/liblutil/debug.c @@ -169,7 +169,7 @@ void lutil_log_int( #endif #endif - if( file != NULL ) { + if( file == NULL ) { /* * Use stderr unless file was specified via: * ber_set_option( NULL, LBER_OPT_LOG_PRINT_FILE, file)