]> git.sur5r.net Git - openldap/commitdiff
fix file test
authorGary Williams <gwilliams@openldap.org>
Wed, 18 Oct 2000 14:58:34 +0000 (14:58 +0000)
committerGary Williams <gwilliams@openldap.org>
Wed, 18 Oct 2000 14:58:34 +0000 (14:58 +0000)
libraries/liblutil/debug.c

index 25724d346ac84096eebb2690a577de720ea156ad..60230519bf7066c5ee16fd82c2bb69580015979d 100644 (file)
@@ -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)