mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix spurious warning for fasttool keyword when running in Server mode
This commit is contained in:
parent
075a450b49
commit
05fd32498d
@ -65,8 +65,8 @@ bdb_db_config(
|
||||
bdb->bi_dbenv_xflags |= DB_TXN_NOSYNC;
|
||||
|
||||
/* slapadd/slapindex logging configuration */
|
||||
} else if ( strcasecmp( argv[0], "fasttool" ) == 0 &&
|
||||
slapMode & SLAP_TOOL_MODE ) {
|
||||
} else if ( strcasecmp( argv[0], "fasttool" ) == 0 ) {
|
||||
if ( slapMode & SLAP_TOOL_MODE )
|
||||
bdb->bi_dbenv_xflags |= DB_TXN_NOT_DURABLE;
|
||||
|
||||
/* slapindex algorithm tuning */
|
||||
|
Loading…
Reference in New Issue
Block a user