fix file test

This commit is contained in:
Gary Williams 2000-10-18 14:58:34 +00:00
parent ffe1320bf5
commit 895296fbd3

View File

@ -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)