mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix prev commit for component indexer op
This commit is contained in:
parent
180d28dab7
commit
8b6d9467ea
@ -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 );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user