mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Switch to openldap-data
This commit is contained in:
parent
29a5c97265
commit
544ae160b4
1 changed files with 2 additions and 2 deletions
|
|
@ -148,10 +148,10 @@ ldbm_back_db_init(
|
|||
li->li_dbwritesync = 1;
|
||||
|
||||
/* default file creation mode */
|
||||
li->li_mode = DEFAULT_MODE;
|
||||
li->li_mode = SLAPD_DEFAULT_DB_MODE;
|
||||
|
||||
/* default database directory */
|
||||
li->li_directory = ch_strdup( DEFAULT_DB_DIRECTORY );
|
||||
li->li_directory = ch_strdup( SLAPD_DEFAULT_DB_DIR );
|
||||
|
||||
/* DB_ENV environment pointer for DB3 */
|
||||
li->li_dbenv = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue