mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#10379 Use a fresh timestamp for internal mod
This commit is contained in:
parent
0a5cf7a1a9
commit
dafff171a4
1 changed files with 3 additions and 0 deletions
|
|
@ -919,6 +919,9 @@ otp_op_bind( Operation *op, SlapReply *rs )
|
|||
op2.o_req_ndn = ndn;
|
||||
op2.o_opid = -1;
|
||||
|
||||
slap_op_time( &op2.o_time, &op2.o_tincr );
|
||||
BER_BVZERO( &op2.o_csn );
|
||||
|
||||
op2.o_bd->be_modify( &op2, &rs2 );
|
||||
if ( rs2.sr_err != LDAP_SUCCESS ) {
|
||||
rc = LDAP_OTHER;
|
||||
|
|
|
|||
Loading…
Reference in a new issue