mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
ITS#10080 Fix slapcat when gluing is on
This commit is contained in:
parent
94cc4f3441
commit
db3d964ee8
@ -956,7 +956,9 @@ glue_entry_release_rw (
|
||||
BackendDB *b0 = op->o_bd;
|
||||
int rc = -1;
|
||||
|
||||
if ( ge ) {
|
||||
if ( glueBack ) {
|
||||
op->o_bd = glueBack;
|
||||
} else if ( ge ) {
|
||||
assert( ge->ge_bi != NULL );
|
||||
if ( ge->ge_be )
|
||||
op->o_bd = ge->ge_be;
|
||||
|
Loading…
x
Reference in New Issue
Block a user