mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
misc : not activating idl cache in tool mode run
This commit is contained in:
parent
3955eaede2
commit
5db7e20cf1
@ -154,7 +154,8 @@ bdb_db_config(
|
||||
fname, lineno );
|
||||
return( 1 );
|
||||
}
|
||||
bdb->bi_idl_cache_max_size = atoi( argv[1] );
|
||||
if ( !( slapMode & SLAP_TOOL_MODE ) )
|
||||
bdb->bi_idl_cache_max_size = atoi( argv[1] );
|
||||
#endif
|
||||
|
||||
/* anything else */
|
||||
|
Loading…
Reference in New Issue
Block a user