Fix typo in lutil_debug for NT: file -> log_file

This commit is contained in:
Howard Chu 2000-05-12 20:01:40 +00:00
parent 8c15a05b2e
commit 8d2aba12b4

View 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 );