ITS#9882 bind: fix #9863 commit, use correct op/backend for mod

This commit is contained in:
Howard Chu 2022-07-11 17:55:37 +01:00
parent c07e961d40
commit 4528bdb3f3

View file

@ -500,7 +500,7 @@ fe_op_lastbind( Operation *op )
}
}
rc = op->o_bd->be_modify( &op2, &r2 );
rc = op2.o_bd->be_modify( &op2, &r2 );
slap_mods_free( m, 1 );
done: