mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Use unique IDs for fake syncrepl connections
This commit is contained in:
parent
c6de7bf853
commit
f664cbfb4c
@ -1353,6 +1353,8 @@ do_syncrepl(
|
||||
|
||||
connection_fake_init( &conn, &opbuf, ctx );
|
||||
op = &opbuf.ob_op;
|
||||
/* o_connids must be unique for slap_graduate_commit_csn */
|
||||
op->o_connid = -1000 - si->si_rid;
|
||||
|
||||
op->o_managedsait = SLAP_CONTROL_NONCRITICAL;
|
||||
be = si->si_be;
|
||||
|
Loading…
Reference in New Issue
Block a user