mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
misc : not activating idl cache in tool mode run
This commit is contained in:
parent
3955eaede2
commit
5db7e20cf1
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue