mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Fix typo in lutil_debug_file()
This commit is contained in:
parent
65ab890317
commit
1ced9c02cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue