mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix Quickmode crash
This commit is contained in:
parent
ff0f83a129
commit
9f22ced88b
@ -587,7 +587,7 @@ bdb_tool_index_add(
|
||||
if ( !bdb->bi_nattrs )
|
||||
return 0;
|
||||
|
||||
if ( slapMode & SLAP_TOOL_QUICK ) {
|
||||
if ( bdb_tool_threads > 1 ) {
|
||||
IndexRec *ir;
|
||||
int i, rc;
|
||||
Attribute *a;
|
||||
|
Loading…
Reference in New Issue
Block a user