]> git.sur5r.net Git - openldap/commitdiff
Fix typo in lutil_debug for NT: file -> log_file
authorHoward Chu <hyc@openldap.org>
Fri, 12 May 2000 20:01:40 +0000 (20:01 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 12 May 2000 20:01:40 +0000 (20:01 +0000)
libraries/liblutil/debug.c

index 2ebce49700b6a3b73b292bab4a2d00a212c0f488..4a47b91479b49d7429928c313db5f8aed84a81e3 100644 (file)
@@ -60,7 +60,7 @@ void (lutil_debug)( int level, int debug, const char *fmt, ... )
                if ( log_file == NULL )
                        return;
 
-           ber_set_option( NULL, LBER_OPT_LOG_PRINT_FILE, file );
+           ber_set_option( NULL, LBER_OPT_LOG_PRINT_FILE, log_file );
        }
 #endif
        va_start( vl, fmt );