masarati(a)aero.polimi.it wrote:
> Update of /repo/OpenLDAP/pkg/ldap/servers/slapd
>
> Modified Files:
> backend.c 1.412 -> 1.413
>
> Log Message:
> ITS#6393 syncrepl internal connids are now <= -1000
What about checking this through a macro?
#define SLAPD_SYNC_CONN_OFFSET (-1000)
#define SLAPD_SYNC_CONN(connid) ((connid) <= SLAPD_SYNC_CONN_OFFSET)
Good idea. Go ahead.
I'm still seeing a failure in test050 after 40-50 iterations, trying to track
that down still.
--
-- Howard Chu
CTO, Symas Corp.
http://www.symas.com
Director, Highland Sun
http://highlandsun.com/hyc/
Chief Architect, OpenLDAP
http://www.openldap.org/project/