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

Fix ITS#4263

parent df20af5c
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ bdb_dn2id_delete(
#endif
{
buf[0] = DN_SUBTREE_PREFIX;
rc = db->del( db, txn, &key, 0 );
rc = bdb_idl_delete_key( op->o_bd, db, txn, &key, e->e_id );
if( rc != 0 ) {
Debug( LDAP_DEBUG_ANY,
"=> bdb_dn2id_delete: subtree (%s) delete failed: %d\n",
......
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