mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
Delete attribute indices
This commit is contained in:
parent
cdc7c44d80
commit
b6a3dad8f0
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue