mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#9337 Actually use the local Operation
This commit is contained in:
parent
e9297791d7
commit
12a81e78de
@ -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 New Issue
Block a user