From 8d2aba12b43bf3f58eb15f75b5e2a8a6a1cd4511 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 12 May 2000 20:01:40 +0000 Subject: [PATCH] Fix typo in lutil_debug for NT: file -> log_file --- libraries/liblutil/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblutil/debug.c b/libraries/liblutil/debug.c index 2ebce49700..4a47b91479 100644 --- a/libraries/liblutil/debug.c +++ b/libraries/liblutil/debug.c @@ -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 ); -- 2.39.5