This commit is contained in:
Pierangelo Masarati 2003-05-26 16:31:20 +00:00
parent aed036f0c3
commit 476e1958b6

View File

@ -279,8 +279,7 @@ merge_func (
op_tmp.orm_modlist = modhead;
op_tmp.o_callback->sc_response = null_response;
/* FIXME: &op_tmp ??? */
if (be->be_modify(op, &sreply ) != 0 ) {
if (be->be_modify(&op_tmp, &sreply ) != 0 ) {
/* FIXME: cleanup ? */
info->err = MERGE_ERR;
goto cleanup;