mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Read DB_CONFIG file in server and tool mode, for config conversions
This commit is contained in:
parent
d316b89bc3
commit
33f311d81f
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue