mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix Quickmode crash
This commit is contained in:
parent
ff0f83a129
commit
9f22ced88b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue