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

Teach index functions how to deal with SOFTADDS.

parent fa17f46c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment