Skip to content
Snippets Groups Projects
Commit b0f3bcb5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Don't set DB_PRIVATE yet.

parent c1fdf458
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment