mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 06:14:40 -05:00
exit the loop at some point (ITS#3878)
This commit is contained in:
parent
a7f82239b6
commit
9cb512bc03
1 changed files with 1 additions and 1 deletions
|
|
@ -1633,7 +1633,7 @@ fe_aux_operational(
|
|||
ap = &(*ap)->a_next;
|
||||
}
|
||||
|
||||
if ( op->o_bd != NULL )
|
||||
if ( op->o_bd != NULL && op->o_bd != frontendDB )
|
||||
{
|
||||
/* Let the overlays have a chance at this */
|
||||
be_orig = op->o_bd;
|
||||
|
|
|
|||
Loading…
Reference in a new issue