mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Initialize li_nextid_file.
This commit is contained in:
parent
490828b2e6
commit
effdc6193a
2 changed files with 2 additions and 0 deletions
1
CHANGES
1
CHANGES
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue