mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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 );
|
fname, lineno );
|
||||||
return( 1 );
|
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
|
#endif
|
||||||
|
|
||||||
/* anything else */
|
/* anything else */
|
||||||
|
Loading…
Reference in New Issue
Block a user