mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
ITS#10242 Record rid in operation related logs
This commit is contained in:
parent
554e754b3f
commit
d8b5bfddb7
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue