Skip to content
Snippets Groups Projects
Commit 53a15b68 authored by Luke Howard's avatar Luke Howard
Browse files

Use be_match() instead of testing pointer equivalence

parent 6cf14a77
Branches
Tags
No related merge requests found
......@@ -190,7 +190,7 @@ slapi_over_call_plugins( Slapi_PBlock *pb, int type )
PBLOCK_ASSERT_OP( pb, 0 );
op = pb->pb_op;
if ( op->o_bd != frontendDB ) {
if ( !be_match( op->o_bd, frontendDB ) ) {
rc = slapi_int_call_plugins( frontendDB, type, pb );
}
if ( rc >= 0 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment