Skip to content
Snippets Groups Projects
Commit 6a5a30ec authored by Howard Chu's avatar Howard Chu
Browse files

Fix previous commit

parent 6e0861b6
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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