mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 15:41:24 -05:00
Fix ITS#4263
This commit is contained in:
parent
df20af5c87
commit
dd3d53fd85
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue