mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix typo in lutil_debug_file()
This commit is contained in:
parent
65ab890317
commit
1ced9c02cf
@ -33,7 +33,7 @@ static FILE *log_file;
|
||||
|
||||
int lutil_debug_file( FILE *file )
|
||||
{
|
||||
log_file = log_file;
|
||||
log_file = file;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user