]> git.sur5r.net Git - openldap/commitdiff
Don't set DB_PRIVATE yet.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 18 Sep 2000 21:51:19 +0000 (21:51 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 18 Sep 2000 21:51:19 +0000 (21:51 +0000)
servers/slapd/back-bdb/back-bdb.h
servers/slapd/back-bdb/init.c

index d10ecdcda60b3c16896833c8a264b29e4907ad83..fbdcb5b801fc6754badb3ddf15d4d3e783777ca1 100644 (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"
index 6555cfc11d1aac6026e7505ab8e89c419f3b8697..33a75a8a7673705439ccfd13bbb96a072cd9310e 100644 (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,