mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Additional change for prev commit
This commit is contained in:
parent
34adb86929
commit
df47eb24cd
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ int bdb_index_recrun(
|
|||
if ( id == 0 )
|
||||
return 0;
|
||||
|
||||
for (i=base; i<bdb->bi_nattrs; i+=slap_tool_thread_max) {
|
||||
for (i=base; i<bdb->bi_nattrs; i+=slap_tool_thread_max-1) {
|
||||
ir = ir0 + i;
|
||||
if ( !ir->ai ) continue;
|
||||
while (( al = ir->attrs )) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue