Don't set DB_PRIVATE yet.

This commit is contained in:
Kurt Zeilenga 2000-09-18 21:51:19 +00:00
parent c1fdf4587c
commit b0f3bcb552
2 changed files with 2 additions and 3 deletions

View File

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

View File

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