Skip to content
Snippets Groups Projects
Commit df47eb24 authored by Howard Chu's avatar Howard Chu
Browse files

Additional change for prev commit

parent 34adb869
No related branches found
No related tags found
No related merge requests found
......@@ -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 )) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment