]> git.sur5r.net Git - openldap/commitdiff
ITS#4112 temporarily disable broken code
authorHoward Chu <hyc@openldap.org>
Sun, 6 Jan 2008 07:34:19 +0000 (07:34 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 6 Jan 2008 07:34:19 +0000 (07:34 +0000)
servers/slapd/back-bdb/index.c

index 64dc1b5506ae242be4496db95f6e491439a844e5..45a1d54cd376e9a1da56070145e00a1810ca3cd1 100644 (file)
@@ -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 );