mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Read DB_CONFIG file in server and tool mode, for config conversions
This commit is contained in:
parent
d316b89bc3
commit
33f311d81f
@ -369,8 +369,7 @@ bdb_cf_gen( ConfigArgs *c )
|
||||
break;
|
||||
|
||||
case BDB_CONFIG:
|
||||
if ( ( slapMode & SLAP_SERVER_MODE )
|
||||
&& !( bdb->bi_flags & BDB_IS_OPEN )
|
||||
if ( !( bdb->bi_flags & BDB_IS_OPEN )
|
||||
&& !bdb->bi_db_config )
|
||||
{
|
||||
char buf[SLAP_TEXT_BUFLEN];
|
||||
|
Loading…
Reference in New Issue
Block a user