mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Don't set DB_PRIVATE yet.
This commit is contained in:
parent
c1fdf4587c
commit
b0f3bcb552
@ -13,8 +13,6 @@
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
||||
#define SLAPD_BDB_PRIVATE
|
||||
|
||||
#define DEFAULT_MODE 0600
|
||||
|
||||
#define DEFAULT_DBENV_HOME LDAP_RUNDIR LDAP_DIRSEP "openldap-bdb"
|
||||
|
@ -44,7 +44,8 @@ bdb_back_initialize(
|
||||
int major, minor, patch;
|
||||
char *version = db_version( &major, &minor, &patch );
|
||||
|
||||
if( major != DB_VERSION_MAJOR || minor != DB_VERSION_MINOR ||
|
||||
if( major != DB_VERSION_MAJOR ||
|
||||
minor != DB_VERSION_MINOR ||
|
||||
patch < DB_VERSION_PATCH )
|
||||
{
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
|
Loading…
Reference in New Issue
Block a user