mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Fix entry_release backend swapping
This commit is contained in:
parent
e472ed00e2
commit
e14322dcbf
1 changed files with 1 additions and 0 deletions
|
|
@ -465,6 +465,7 @@ glue_entry_release_rw (
|
|||
int rc;
|
||||
|
||||
b0 = op->o_bd;
|
||||
b2 = *op->o_bd;
|
||||
b2.bd_info = (BackendInfo *)glue_tool_inst( op->o_bd->bd_info );
|
||||
op->o_bd = glue_back_select (&b2, &e->e_nname);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue