Skip to content
Snippets Groups Projects
Commit 0512d17f authored by Juan Gomez's avatar Juan Gomez
Browse files

Mirroring changes related to indexing to db2 backend...

someone better comes up with a solution for this replication soon!
parent 03740bd1
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment