mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix typo
This commit is contained in:
parent
aed036f0c3
commit
476e1958b6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user