Skip to content
Snippets Groups Projects
Commit 8d2aba12 authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo in lutil_debug for NT: file -> log_file

parent 8c15a05b
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment