mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#9337 Actually use the local Operation
This commit is contained in:
parent
e9297791d7
commit
12a81e78de
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ done:
|
|||
*/
|
||||
}
|
||||
|
||||
rc = op->o_bd->be_modify( &op2, &r2 );
|
||||
rc = op2.o_bd->be_modify( &op2, &r2 );
|
||||
slap_mods_free( mod, 1 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue