mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#4112 temporarily disable broken code
This commit is contained in:
parent
570566fca8
commit
cdaf0769f7
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ bdb_index_entry(
|
|||
|
||||
/* add each attribute to the indexes */
|
||||
for ( ; ap != NULL; ap = ap->a_next ) {
|
||||
#ifdef LDAP_COMP_MATCH
|
||||
#if 0 /* ifdef LDAP_COMP_MATCH */
|
||||
AttrInfo *ai;
|
||||
/* see if attribute has components to be indexed */
|
||||
ai = bdb_attr_mask( op->o_bd->be_private, ap->a_desc->ad_type->sat_ad );
|
||||
|
|
|
|||
Loading…
Reference in a new issue