From 5657b6ec4ea859c4aca6f1fe9dc090638684ea81 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 17 Nov 2001 04:51:08 +0000 Subject: [PATCH] equality_candidates: s/BDB_IDL_RANGE_CPY/BDB_IDL_CPY/ --- servers/slapd/back-bdb/filterindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/back-bdb/filterindex.c b/servers/slapd/back-bdb/filterindex.c index 1218b1d23d..a07341fa95 100644 --- a/servers/slapd/back-bdb/filterindex.c +++ b/servers/slapd/back-bdb/filterindex.c @@ -272,7 +272,7 @@ equality_candidates( Debug( LDAP_DEBUG_TRACE, "=> bdb_equality_candidates\n", 0, 0, 0 ); - BDB_IDL_RANGE_CPY( range, ids ); + BDB_IDL_CPY( range, ids ); rc = bdb_index_param( be, ava->aa_desc, LDAP_FILTER_EQUALITY, &db, &mask, &prefix ); -- 2.39.5