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

Fix prev commit for component indexer op

parent 180d28da
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ static int index_at_values(
ComponentReference *cr;
for( cr = ai->ai_cr ; cr ; cr = cr->cr_next ) {
rc = indexer( op, txn, cr->cr_ad, &type->sat_cname,
cr->cr_nvals, id, opid,
cr->cr_nvals, id, ixop,
cr->cr_indexmask );
}
}
......
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