mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Import reindex update from HEAD. slapindex can remake dn2id index now.
This commit is contained in:
parent
5d2e17dcb4
commit
547ef5e719
@ -236,6 +236,7 @@ int ldbm_tool_entry_reindex(
|
||||
Debug( LDAP_DEBUG_TRACE, "=> ldbm_tool_entry_reindex( %ld, \"%s\" )\n",
|
||||
id, e->e_dn, 0 );
|
||||
|
||||
dn2id_add( be, e->e_ndn, e->e_id );
|
||||
rc = index_entry_add( be, e, e->e_attrs );
|
||||
|
||||
entry_free( e );
|
||||
|
Loading…
x
Reference in New Issue
Block a user