From: Howard Chu Date: Sun, 6 Jan 2008 07:34:19 +0000 (+0000) Subject: ITS#4112 temporarily disable broken code X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~252 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cdaf0769f7ff0da4d7617cd7317f2e511fe4cd16;p=openldap ITS#4112 temporarily disable broken code --- diff --git a/servers/slapd/back-bdb/index.c b/servers/slapd/back-bdb/index.c index 64dc1b5506..45a1d54cd3 100644 --- a/servers/slapd/back-bdb/index.c +++ b/servers/slapd/back-bdb/index.c @@ -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 );