ITS#10242 Record rid in operation related logs

This commit is contained in:
Ondřej Kuzník 2024-07-19 15:45:53 +01:00
parent 554e754b3f
commit d8b5bfddb7

View file

@ -2116,6 +2116,7 @@ do_syncrepl(
op = &opbuf.ob_op;
/* o_connids must be unique for slap_graduate_commit_csn */
op->o_connid = SLAPD_SYNC_RID2SYNCCONN(si->si_rid);
strcpy( op->o_log_prefix, si->si_ridtxt );
op->o_managedsait = SLAP_CONTROL_NONCRITICAL;
be = si->si_be;