]> git.sur5r.net Git - openldap/commitdiff
This one, on the other hand, has to use smr_cindex.
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 9 Jul 1999 14:33:28 +0000 (14:33 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 9 Jul 1999 14:33:28 +0000 (14:33 +0000)
servers/slapd/back-ldbm/index.c

index 7d17e13dd7e3c0dbac30664964670e96f62229c5..685ab85eca7d78bdd0e90b14d5fc78a89fcedb72 100644 (file)
@@ -315,7 +315,7 @@ index_change_values(
                       syn_canonical_name( at->sat_syntax ),
                       mr_canonical_name( indexes[ind] ), 0 );
 
-               if ( indexes[ind]->smr_index( vals, &ivals ) == 0 ) {
+               if ( indexes[ind]->smr_cindex( vals, &ivals ) == 0 ) {
 
                        for ( i = 0; ivals[i] != NULL; i++ ) {