]> git.sur5r.net Git - openldap/commitdiff
fix typo
authorPierangelo Masarati <ando@openldap.org>
Mon, 26 May 2003 16:31:20 +0000 (16:31 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 26 May 2003 16:31:20 +0000 (16:31 +0000)
servers/slapd/back-meta/cache-merge.c

index 6b3873bc7e9ae116ec5cecbd556cdad965274e8d..3f59c3022b7185b99fbe0dda64914940d66a572e 100644 (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;