mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
equality_candidates: s/BDB_IDL_RANGE_CPY/BDB_IDL_CPY/
This commit is contained in:
parent
02936edd27
commit
5657b6ec4e
@ -272,7 +272,7 @@ equality_candidates(
|
|||||||
|
|
||||||
Debug( LDAP_DEBUG_TRACE, "=> bdb_equality_candidates\n", 0, 0, 0 );
|
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,
|
rc = bdb_index_param( be, ava->aa_desc, LDAP_FILTER_EQUALITY,
|
||||||
&db, &mask, &prefix );
|
&db, &mask, &prefix );
|
||||||
|
Loading…
Reference in New Issue
Block a user