From cdaf0769f7ff0da4d7617cd7317f2e511fe4cd16 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 6 Jan 2008 07:34:19 +0000 Subject: [PATCH] ITS#4112 temporarily disable broken code --- servers/slapd/back-bdb/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5