]> git.sur5r.net Git - openldap/commitdiff
exit the loop at some point (ITS#3878)
authorPierangelo Masarati <ando@openldap.org>
Fri, 22 Jul 2005 16:37:20 +0000 (16:37 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 22 Jul 2005 16:37:20 +0000 (16:37 +0000)
servers/slapd/backend.c

index e7fe8934c487d7e437c317ef4d62952643badfa5..34d004d6629134dfc920a454d1d45d5c90423a63 100644 (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;