From 736f4b240703d907955c09c0b8590c62918ab4fc Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Mon, 11 Feb 2008 22:45:38 +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