mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
close ldap.conf after reading it.
This commit is contained in:
parent
a9ed7c24e2
commit
af2183c35e
1 changed files with 2 additions and 0 deletions
|
|
@ -172,6 +172,8 @@ static void openldap_ldap_init_w_conf(const char *file)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
fclose(fp);
|
||||
}
|
||||
|
||||
static void openldap_ldap_init_w_userconf(const char *file)
|
||||
|
|
|
|||
Loading…
Reference in a new issue