mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 09:09:07 -05:00
Fix previous commit
This commit is contained in:
parent
6e0861b671
commit
6a5a30ec34
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ ID bdb_tool_entry_put(
|
|||
|
||||
/* add dn2id indices */
|
||||
pdn = dn_parent( be, e->e_ndn );
|
||||
rc = bdb_dn2id_add( be, tid, e->e_ndn, e->e_id );
|
||||
rc = bdb_dn2id_add( be, tid, pdn, e );
|
||||
if( pdn ) free( pdn );
|
||||
if( rc != 0 ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
|
|
|
|||
Loading…
Reference in a new issue