Teach index functions how to deal with SOFTADDS.

This commit is contained in:
Juan Gomez 1999-05-25 22:54:59 +00:00
parent fa17f46ccd
commit c709135954

View File

@ -69,7 +69,7 @@ index_add_mods(
rc = index_add_values( be, mods->mod_type,
mods->mod_bvalues, id );
break;
case LDAP_MOD_SOFTADD: /* SOFTADD means index was there already */
case LDAP_MOD_DELETE:
rc = 0;
break;