exit the loop at some point (ITS#3878)

This commit is contained in:
Pierangelo Masarati 2005-07-22 16:37:20 +00:00
parent a7f82239b6
commit 9cb512bc03

View file

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