mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-31 14:50:34 +08:00
Teach index functions how to deal with SOFTADDS.
This commit is contained in:
parent
fa17f46ccd
commit
c709135954
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user