mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
fix file test
This commit is contained in:
parent
ffe1320bf5
commit
895296fbd3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user