ITS#10379 Use a fresh timestamp for internal mod

This commit is contained in:
Ondřej Kuzník 2025-10-08 17:11:09 +01:00 committed by Quanah Gibson-Mount
parent a480eae05a
commit 1414325c4d

View file

@ -966,6 +966,9 @@ otp_check_and_update( Operation *op, BerValue *totpdn, BerValue *hotpdn,
op2.o_req_ndn = ndn;
op2.o_opid = -1;
slap_op_time( &op2.o_time, &op2.o_tincr );
BER_BVZERO( &op2.o_csn );
rc = op2.o_bd->be_modify( &op2, &rs2 );
if ( rs2.sr_err != LDAP_SUCCESS ) {
rc = LDAP_OTHER;