From: Julio Sánchez Fernández Date: Fri, 9 Jul 1999 14:33:28 +0000 (+0000) Subject: This one, on the other hand, has to use smr_cindex. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e25bce6f01dc9546f59e9ab6cfc6a2f22602fcf;p=openldap This one, on the other hand, has to use smr_cindex. --- diff --git a/servers/slapd/back-ldbm/index.c b/servers/slapd/back-ldbm/index.c index 7d17e13dd7..685ab85eca 100644 --- a/servers/slapd/back-ldbm/index.c +++ b/servers/slapd/back-ldbm/index.c @@ -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++ ) {