Use unique IDs for fake syncrepl connections

This commit is contained in:
Howard Chu 2009-11-21 06:54:58 +00:00
parent c6de7bf853
commit f664cbfb4c

View File

@ -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;