mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
fclose( ldap.conf )
This commit is contained in:
parent
ecc33d6df3
commit
0c4f519ea3
2 changed files with 4 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -5,6 +5,8 @@ Changes included in OpenLDAP 1.2.1
|
|||
Updated ctype and string generic headers
|
||||
Fixed ctype 'unsigned char' bug
|
||||
Fixed slapd back-ldbm derefDN crash bug
|
||||
Fixed ldbmcat BDB2 crash bug
|
||||
Fixed -lldap leak of ldap.conf fd
|
||||
Build environment
|
||||
Added pthread '-mt' check for Solaris 2.x.
|
||||
Added mkdep CC_MKDEP_FLAGS support
|
||||
|
|
|
|||
|
|
@ -158,6 +158,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