Delete attribute indices

This commit is contained in:
Kurt Zeilenga 2001-10-09 19:41:48 +00:00
parent cdc7c44d80
commit b6a3dad8f0

View file

@ -207,6 +207,9 @@ ldbm_back_delete(
goto return_results;
}
/* delete attribute indices */
(void) index_entry_del( be, e, e->e_attrs );
send_ldap_result( conn, op, LDAP_SUCCESS,
NULL, NULL, NULL, NULL );
rc = 0;