ITS#10080 Fix slapcat when gluing is on

This commit is contained in:
Ondřej Kuzník 2023-11-09 11:13:46 +00:00 committed by Quanah Gibson-Mount
parent 94cc4f3441
commit db3d964ee8

View File

@ -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;