> 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)

p.

Reply via email to