Skip to content
Snippets Groups Projects
Commit b3f28ecc authored by Howard Chu's avatar Howard Chu
Browse files

ITS#5118 from HEAD

parent ad5656c1
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
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