From 1e25bce6f01dc9546f59e9ab6cfc6a2f22602fcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julio=20S=C3=A1nchez=20Fern=C3=A1ndez?= Date: Fri, 9 Jul 1999 14:33:28 +0000 Subject: [PATCH] This one, on the other hand, has to use smr_cindex. --- servers/slapd/back-ldbm/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++ ) { -- 2.39.5