From: Juan Gomez Date: Wed, 26 May 1999 11:51:49 +0000 (+0000) Subject: Mirroring changes related to indexing to db2 backend... X-Git-Tag: OPENLDAP_REL_ENG_2_BP~542 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0512d17f0716c347924190f89d5267d8a9d59b4d;p=openldap Mirroring changes related to indexing to db2 backend... someone better comes up with a solution for this replication soon! --- diff --git a/servers/slapd/back-bdb2/index.c b/servers/slapd/back-bdb2/index.c index b4a58b1180..fceb045a55 100644 --- a/servers/slapd/back-bdb2/index.c +++ b/servers/slapd/back-bdb2/index.c @@ -70,7 +70,7 @@ bdb2i_index_add_mods( rc = bdb2i_index_add_values( be, mod->mod_type, mod->mod_bvalues, id ); break; - + case LDAP_MOD_SOFTADD: case LDAP_MOD_DELETE: rc = 0; break; @@ -224,7 +224,7 @@ bdb2i_index_add_values( Debug( LDAP_DEBUG_TRACE, "=> bdb2i_index_add_values( \"%s\", %ld )\n", type, id, 0 ); - + attr_normalize( type ); bdb2i_attr_masks( be->be_private, type, &indexmask, &syntax ); if ( indexmask == 0 ) { return( 0 );