mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
ITS#10379 Use a fresh timestamp for internal mod
This commit is contained in:
parent
a480eae05a
commit
1414325c4d
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue