Initialize li_nextid_file.

This commit is contained in:
Kurt Zeilenga 1999-09-22 21:11:42 +00:00
parent 490828b2e6
commit effdc6193a
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ OpenLDAP Change Log
Changes included in OpenLDAP 1.2 Release Engineering
CVS Tag: OPENLDAP_REL_ENG_1_2
Fixed slapd lint
Fixed slapd li_nextid_file uninitialized bug
Fixed -lldap templates y2k bug (ITS#294)
Fixed ldbm db_appinit to use u_int32_t instead of int (ITS#295)

View file

@ -46,6 +46,7 @@ ldbm_back_init(
/* default database directory */
li->li_directory = DEFAULT_DB_DIRECTORY;
li->li_nextid_file = DEFAULT_DB_DIRECTORY "/NEXTID";
/* always index dn, id2children, objectclass (used in some searches) */
argv[ 0 ] = "dn";