]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/backend.c
update for new backend types
[openldap] / 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;