mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
parent
2b7237bdcf
commit
5b2bfec3b4
1 changed files with 3 additions and 1 deletions
|
|
@ -706,7 +706,9 @@ ID mdb_tool_entry_put(
|
|||
goto done;
|
||||
}
|
||||
|
||||
LDAP_SLIST_INSERT_HEAD( &op.o_extra, &mdb_tool_axinfo[0]->ai_oe, oe_next );
|
||||
if ( mdb_tool_threads > 1 ) {
|
||||
LDAP_SLIST_INSERT_HEAD( &op.o_extra, &mdb_tool_axinfo[0]->ai_oe, oe_next );
|
||||
}
|
||||
rc = mdb_tool_index_add( &op, txn, e );
|
||||
if( rc != 0 ) {
|
||||
snprintf( text->bv_val, text->bv_len,
|
||||
|
|
|
|||
Loading…
Reference in a new issue