diff --git a/servers/slapd/backend.c b/servers/slapd/backend.c index e7fe8934c4..34d004d662 100644 --- a/servers/slapd/backend.c +++ b/servers/slapd/backend.c @@ -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;