mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Fix typo in lutil_debug for NT: file -> log_file
This commit is contained in:
parent
8c15a05b2e
commit
8d2aba12b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue