mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix prev commit for component indexer op
This commit is contained in:
parent
180d28dab7
commit
8b6d9467ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue