ITS#9337 Actually use the local Operation

This commit is contained in:
Ondřej Kuzník 2021-04-06 14:12:28 +01:00
parent e9297791d7
commit 12a81e78de

View File

@ -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 );
}