Fix prev commit for component indexer op

This commit is contained in:
Howard Chu 2005-04-21 19:54:54 +00:00
parent 180d28dab7
commit 8b6d9467ea

View File

@ -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 );
}
}