fclose( ldap.conf )

This commit is contained in:
Kurt Zeilenga 1999-03-26 22:32:04 +00:00
parent ecc33d6df3
commit 0c4f519ea3
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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)