From: Julio Sánchez Fernández Date: Fri, 9 Jul 1999 14:32:32 +0000 (+0000) Subject: Adapt to use the smr_sindex function instead of the deleted common indexing X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2c6f93b337493e38a5a57ddf0632148583689575;p=openldap Adapt to use the smr_sindex function instead of the deleted common indexing function. --- diff --git a/servers/slapd/back-ldbm/filterindex.c b/servers/slapd/back-ldbm/filterindex.c index c22a8ef860..2709138b48 100644 --- a/servers/slapd/back-ldbm/filterindex.c +++ b/servers/slapd/back-ldbm/filterindex.c @@ -45,7 +45,7 @@ index_candidates( } idl = NULL; - assert( mr->smr_index != NULL ); + assert( mr->smr_sindex != NULL ); /* Now take each piece and compute the indexing stems for it */ for ( i = 0; svals[i]; i++ ) { struct berval *isvals[2]; @@ -53,7 +53,7 @@ index_candidates( isvals[0] = svals[i]; isvals[1] = NULL; - mr->smr_index( isvals, &ivals ); + mr->smr_sindex( isvals, &ivals ); idl1 = NULL; for ( j = 0; ivals[j]; j++ ) { idl2 = index_read( be, at, mr,