]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit for component indexer op
authorHoward Chu <hyc@openldap.org>
Thu, 21 Apr 2005 19:54:54 +0000 (19:54 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 21 Apr 2005 19:54:54 +0000 (19:54 +0000)
servers/slapd/back-bdb/index.c

index ffa2f27ce0e8a432c2cc70ceb2c3934cebaca07a..ea78c1098e8f39d0468562eafd17d30c6a17195e 100644 (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 );
                                }
                        }